noalyss Version-10
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
Noalyss\XMLDocument\Binary_Object Class Reference
+ Collaboration diagram for Noalyss\XMLDocument\Binary_Object:

Public Member Functions

 __toString ()
 

Data Fields

 $filecontent
 
 $filename
 
 $mimecode
 

Detailed Description

Definition at line 29 of file document_reference_type.class.php.

Member Function Documentation

◆ __toString()

Noalyss\XMLDocument\Binary_Object::__toString ( )

Definition at line 34 of file document_reference_type.class.php.

34 : string
35 {
36 return "Binary_Object[filecontent=" . $this->filecontent
37 . ", mimecode=" . $this->mimecode
38 . ", filename=" . $this->filename
39 . "]";
40 }

Field Documentation

◆ $filecontent

Noalyss\XMLDocument\Binary_Object::$filecontent

Definition at line 31 of file document_reference_type.class.php.

◆ $filename

Noalyss\XMLDocument\Binary_Object::$filename

Definition at line 33 of file document_reference_type.class.php.

◆ $mimecode

Noalyss\XMLDocument\Binary_Object::$mimecode

Definition at line 32 of file document_reference_type.class.php.


The documentation for this class was generated from the following file: