Method |
Description |
|
__get ( $name ) : mixed |
Magic Method, access directly to the Orient Record
content as property |
|
__set ( $name, $value ) |
Magic Method, set directly to the Orient Record
content as property |
|
__toString ( ) : string |
To String ( as alias of json_encode ) |
|
fromConfig ( array $options = [] ) : mixed |
Override the ConfigurableTrait fromConfig method to handle custom classes for records |
|
getOClass ( ) : string | null |
Gets the Orient Class |
|
getOData ( ) : string |
Gets the Orient Record Content |
|
getRid ( ) : PhpOrient\Protocols\Binary\Data\ID |
Gets the Record ID |
|
getVersion ( ) : integer |
Gets the Version |
|
jsonSerialize ( ) : mixed |
(PHP 5 >= 5.4.0)
Specify data which should be serialized to JSON |
|
offsetExists ( mixed $offset ) : boolean |
(PHP 5 >= 5.0.0)
Whether a offset exists |
|
offsetGet ( mixed $offset ) : mixed |
(PHP 5 >= 5.0.0)
Offset to retrieve |
|
offsetSet ( mixed $offset, mixed $value ) : void |
(PHP 5 >= 5.0.0)
Offset to set |
|
offsetUnset ( mixed $offset ) : void |
(PHP 5 >= 5.0.0)
Offset to unset |
|
recordSerialize ( ) : mixed |
Return a representation of the class that can be serialized as an
PhpOrient record. |
|
setOClass ( string $oClass ) |
Sets the Orient Class |
|
setOData ( array $oData = null ) |
Sets the Orient Record Content |
|
setRid ( PhpOrient\Protocols\Binary\Data\ID $rid ) |
Sets the Record Id |
|
setVersion ( integer $version ) |
Sets the Version |
|