Property | Type | Description | |
---|---|---|---|
$contentObject | object | ||
$persistenceManager | Neos\Flow\Persistence\PersistenceManagerInterface | ||
$targetId | string | Technical identifier of the target object | |
$targetType | string | Type of the target model |
Method | Description | |
---|---|---|
__construct ( object $contentObject ) | Constructs this content type | |
getObject ( ) : object | Returns the real object this proxy stands for |
Method | Description | |
---|---|---|
initializeObject ( ) : void | Fetches the identifier from the set content object. If that is not using automatically introduced UUIDs by Flow it tries to call persistAll() and fetch the identifier again. If it still fails, an exception is thrown. |
public __construct ( object $contentObject ) | ||
$contentObject | object | The content object that should be represented by this proxy |
protected initializeObject ( ) : void | ||
return | void |
protected PersistenceManagerInterface,Neos\Flow\Persistence $persistenceManager | ||
return | Neos\Flow\Persistence\PersistenceManagerInterface |
protected string $targetId | ||
return | string |
protected string $targetType | ||
return | string |