프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$binaryStreamWrapperRegistered | flag to call stream_wrapper_register only once | ||
$descriptors | array | Cached array of repository descriptors. Each is either a string or an array of strings. | |
$factory | jackalope\FactoryInterface | The factory to instantiate objects | |
$jackalopeNotImplemented | |||
$options | array | List of supported options | |
$transport | Jackalope\Transport\TransportInterface | The transport to use |
메소드 | 설명 | |
---|---|---|
__construct ( jackalope\FactoryInterface $factory = null, Jackalope\Transport\TransportInterface $transport, array $options = null ) | Create repository with the option to overwrite the factory and bound to a transport. | |
getDescriptor ( $key ) | {@inheritDoc} | |
getDescriptorKeys ( ) | {@inheritDoc} | |
isStandardDescriptor ( $key ) | {@inheritDoc} | |
login ( PHPCR\CredentialsInterface $credentials = null, $workspaceName = null ) | {@inheritDoc} |
메소드 | 설명 | |
---|---|---|
loadDescriptors ( ) : array | Load the descriptors into $this->descriptors |
public __construct ( jackalope\FactoryInterface $factory = null, Jackalope\Transport\TransportInterface $transport, array $options = null ) | ||
$factory | jackalope\FactoryInterface | the object factory to use. If this is null, the \Jackalope\Factory is instantiated. Note that the repository is the only class accepting null as factory. |
$transport | Jackalope\Transport\TransportInterface | transport implementation |
$options | array | defines optional features to enable/disable (see $options property) |
protected loadDescriptors ( ) : array | ||
리턴 | array | Hashmap of descriptor names to descriptor values |
public login ( PHPCR\CredentialsInterface $credentials = null, $workspaceName = null ) | ||
$credentials | PHPCR\CredentialsInterface |
protected static $binaryStreamWrapperRegistered |
protected array $descriptors | ||
리턴 | array |
protected FactoryInterface,jackalope $factory | ||
리턴 | jackalope\FactoryInterface |