Overview

Namespaces

  • Coast
    • App
      • Access
      • Executable
    • Controller
    • Csrf
    • Dir
    • Feed
    • File
    • Filter
      • Rule
    • Http
    • Image
    • Model
      • Exception
    • Resolver
    • Router
    • Sitemap
    • Transformer
      • Rule
    • Validator
      • Rule
    • View

Classes

  • Acl
  • App
  • Coast
  • Collection
  • Config
  • Controller
  • Csp
  • Csrf
  • Dir
  • Feed
  • File
  • Filter
  • Http
  • Image
  • Lazy
  • Model
  • Path
  • Request
  • Resolver
  • Response
  • Router
  • Session
  • Sitemap
  • Transformer
  • Url
  • Validator
  • View
  • Xml

Exceptions

  • Exception
  • Overview
  • Namespace
  • Class
  • Deprecated
  • Todo

Class Collection

Coast\Collection implements ArrayAccess, SeekableIterator, Countable, Serializable, JsonSerializable
Namespace: Coast
Located at Collection.php
Methods summary
public
# __construct( array $array = [] )
public
# toArray( )
public
# fromArray( array $array )
public
# __set( $key, $value )
public
# __get( $key )
public
# __isset( $key )
public
# __unset( $key )
public
# offsetSet( $offset, $value )

Implementation of

ArrayAccess::offsetSet()
public
# offsetExists( $offset )

Implementation of

ArrayAccess::offsetExists()
public
# offsetUnset( $offset )

Implementation of

ArrayAccess::offsetUnset()
public
# offsetGet( $offset )

Implementation of

ArrayAccess::offsetGet()
public
# rewind( )

Implementation of

Iterator::rewind()
public
# current( )

Implementation of

Iterator::current()
public
# key( )

Implementation of

Iterator::key()
public
# next( )

Implementation of

Iterator::next()
public
# valid( )

Implementation of

Iterator::valid()
public
# seek( $position )

Implementation of

SeekableIterator::seek()
public
# count( )

Implementation of

Countable::count()
public
# serialize( )

Implementation of

Serializable::serialize()
public
# unserialize( $array )

Implementation of

Serializable::unserialize()
public
# jsonSerialize( )

Implementation of

JsonSerializable::jsonSerialize()
Properties summary
protected array $_array
# []
Coast API Documentation API documentation generated by ApiGen