PHP Class Doctrine\ODM\OrientDB\Types\Rid

Exibir arquivo Open project: doctrine/orientdb-odm Class Usage Examples

Protected Properties

Property Type Description
$rid

Public Methods

Method Description
__construct ( string $rid ) Instantiates a new object, injecting the $rid;
getValue ( ) : string Returns the rid associated with the current object.

Method Details

__construct() public method

Instantiates a new object, injecting the $rid;
public __construct ( string $rid )
$rid string

getValue() public method

Returns the rid associated with the current object.
public getValue ( ) : string
return string

Property Details

$rid protected_oe property

protected $rid