Neos\Flow\Persistence\PersistenceManagerInterface::convertObjectToIdentityArray PHP 메소드

convertObjectToIdentityArray() 공개 메소드

Converts the given object into an array containing the identity of the domain object.
public convertObjectToIdentityArray ( object $object ) : array
$object object The object to be converted
리턴 array The identity array in the format array('__identity' => '...')
    public function convertObjectToIdentityArray($object);