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

  • Iterator
  • Overview
  • Namespace
  • Class
  • Deprecated
  • Todo

Class Iterator

Coast\Dir\Iterator implements SeekableIterator
Namespace: Coast\Dir
Located at Dir/Iterator.php
Methods summary
public
# __construct( $path, $flags = null, $recursive = false, $mode = null )
public
# __call( $method, $args )
public
# current( )

Implementation of

Iterator::current()
public
# key( )

Implementation of

Iterator::key()
public
# next( )

Implementation of

Iterator::next()
public
# rewind( )

Implementation of

Iterator::rewind()
public
# valid( )

Implementation of

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

Implementation of

SeekableIterator::seek()
Properties summary
protected $_spl
#
Coast API Documentation API documentation generated by ApiGen