PHP 클래스 Doctrine\ODM\OrientDB\Types\Rid

파일 보기 프로젝트 열기: doctrine/orientdb-odm 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$rid

공개 메소드들

메소드 설명
__construct ( string $rid ) Instantiates a new object, injecting the $rid;
getValue ( ) : string Returns the rid associated with the current object.

메소드 상세

__construct() 공개 메소드

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

getValue() 공개 메소드

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

프로퍼티 상세

$rid 보호되어 있는 프로퍼티

protected $rid