Lggr
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
PHP_Token_INTERFACE Class Reference
Inheritance diagram for PHP_Token_INTERFACE:
Inheritance graph
[legend]
Collaboration diagram for PHP_Token_INTERFACE:
Collaboration graph
[legend]

Public Member Functions

 getName ()
 
 hasParent ()
 
 getPackage ()
 
 getParent ()
 
 hasInterfaces ()
 
 getInterfaces ()
 
- Public Member Functions inherited from PHP_TokenWithScopeAndVisibility
 getVisibility ()
 
 getKeywords ()
 
- Public Member Functions inherited from PHP_TokenWithScope
 getDocblock ()
 
 getEndTokenId ()
 
 getEndLine ()
 
- Public Member Functions inherited from PHP_Token
 __construct ($text, $line, PHP_Token_Stream $tokenStream, $id)
 
 __toString ()
 
 getLine ()
 
 getId ()
 

Protected Member Functions

 arrayToName (array $parts, $join='\\')
 

Protected Attributes

 $interfaces
 
- Protected Attributes inherited from PHP_TokenWithScope
 $endTokenId
 
- Protected Attributes inherited from PHP_Token
 $text
 
 $line
 
 $tokenStream
 
 $id
 

Member Function Documentation

◆ arrayToName()

PHP_Token_INTERFACE::arrayToName ( array  $parts,
  $join = '\\' 
)
protected
Parameters
array$parts
string$join
Returns
string

◆ getInterfaces()

PHP_Token_INTERFACE::getInterfaces ( )
Returns
array|bool

◆ getName()

PHP_Token_INTERFACE::getName ( )
Returns
string

Reimplemented in PHP_Token_CLASS.

◆ getPackage()

PHP_Token_INTERFACE::getPackage ( )
Returns
array

◆ getParent()

PHP_Token_INTERFACE::getParent ( )
Returns
bool|string

◆ hasInterfaces()

PHP_Token_INTERFACE::hasInterfaces ( )
Returns
bool

◆ hasParent()

PHP_Token_INTERFACE::hasParent ( )
Returns
bool

The documentation for this class was generated from the following file: