Deprecated: Return type of Poodle\Resource\Attachments::offsetGet($index) should either be compatible with ArrayIterator::offsetGet(mixed $key): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/resource/attachments.php on line 228
Deprecated: Return type of Poodle\Resource\Attachments::offsetSet($index, $attachment) should either be compatible with ArrayIterator::offsetSet(mixed $key, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/resource/attachments.php on line 233
Deprecated: Return type of Poodle\Resource\Attachments::offsetUnset($index) should either be compatible with ArrayIterator::offsetUnset(mixed $key): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/resource/attachments.php on line 243
Deprecated: Return type of Poodle\Resource\Attachments::append($attachment = null): ?Poodle\Resource\Attachment should either be compatible with ArrayIterator::append(mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/resource/attachments.php on line 161
class Poodle\Resource\AttachmentsExtends: ArrayIterator Implements: Countable, Serializable, ArrayAccess, Iterator, Traversable, SeekableIterator
Constants integer ARRAY_AS_PROPS integer STD_PROP_LIST
Methods public static getType ( $type_id ) getTypeLabel ( $type_id ) getTypeName ( $type_id ) getTypes ( ) getTypesGrouped ( ) public __construct ( Poodle\Resource $resource ) append ( $attachment = NULL ) findByID ( $id ) getForLanguage ( $l10n_id ) getIndexByID ( $id ) getOnlyOfType ( $type ) offsetExists ( $index ) offsetGet ( $index ) offsetSet ( $index, $attachment ) offsetUnset ( $index ) remove ( $attachment ) removeByID ( $id ) save ( )
Inherited methods public
|