Zend Framework  3.0
Public Member Functions | Protected Attributes | List of all members
FileScanner Class Reference

Public Member Functions

 __construct ($file, AnnotationManager $annotationManager=null)
 
 getFile ()
 
- Public Member Functions inherited from TokenArrayScanner
 __construct ($tokens, AnnotationManager $annotationManager=null)
 
 getAnnotationManager ()
 
 getDocComment ()
 Get doc comment.
 
 getNamespaces ()
 
 getUses ($namespace=null)
 
 getIncludes ()
 
 getClassNames ()
 
 getClasses ()
 
 getClass ($name)
 Return the class object from this scanner.
 
 getClassNameInformation ($className)
 
 getFunctionNames ()
 
 getFunctions ()
 
 __toString ()
 
 hasNamespace ($namespace)
 Check for namespace.
 

Protected Attributes

 $file = null
 
- Protected Attributes inherited from TokenArrayScanner
 $isScanned = false
 
 $tokens = []
 
 $docComment = null
 
 $nameInformation = null
 
 $infos = []
 
 $annotationManager = null
 

Additional Inherited Members

- Static Public Member Functions inherited from TokenArrayScanner
static export ($tokens)
 Export.
 
- Protected Member Functions inherited from TokenArrayScanner
 scan ()
 Scan.
 
 getUsesNoScan ($namespace)
 

Constructor & Destructor Documentation

__construct (   $file,
AnnotationManager  $annotationManager = null 
)
Parameters
string$file
null | AnnotationManager$annotationManager
Exceptions
Exception\InvalidArgumentException

Member Function Documentation

getFile ( )
Returns
string

Member Data Documentation

$file = null
protected