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 Transformer

Coast\Transformer\Rule
Extended by Coast\Transformer implements Iterator
Namespace: Coast
Located at Transformer.php
Methods summary
public
# step( $step, $index = null )
public
# steps( $steps = null, $index = null )
public
# rule( $name )
public
# rules( )
public
# __call( $name, $args )
public
# _transform( $value, $context = null )
public
# __clone( )
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()
Methods inherited from Coast\Transformer\Rule
__construct(), __invoke(), name(), transform()
Constants summary
string STEP_BREAK
# 'break'
Properties summary
protected array $_steps
# []
protected array $_rules
# []
Properties inherited from Coast\Transformer\Rule
$_name
Coast API Documentation API documentation generated by ApiGen