public static
boolean
|
#
exists( integer $id )
Checks if the given clang exists.
Checks if the given clang exists.
Parameters
Returns
boolean bool
|
|
public static
self
|
#
get( integer $id )
Returns the clang object for the given id.
Returns the clang object for the given id.
Parameters
Returns
self self
|
|
public static
integer
|
#
getStartId( )
Returns the clang start id.
Returns the clang start id.
Returns
integer int
|
|
public static
self
|
#
getCurrent( )
Returns the current clang object.
Returns the current clang object.
Returns
self self
|
|
public static
integer
|
#
getCurrentId( )
Returns the current clang id.
Returns the current clang id.
Returns
integer Current clang id
|
|
public static
|
#
setCurrentId( integer $id )
Sets the current clang id.
Sets the current clang id.
Parameters
Throws
|
|
public
integer
|
#
getId( )
Returns the id.
Returns
integer int
|
|
public
string
|
#
getCode( )
Returns the lang code.
Returns
string string
|
|
public
string
|
#
getName( )
Returns the name.
Returns
string string
|
|
public
integer
|
|
|
public
boolean
|
#
isOnline( )
Returns the status.
Returns
boolean bool
|
|
public
boolean
|
#
hasValue( string $value )
Checks whether the clang has the given value.
Checks whether the clang has the given value.
Parameters
Returns
boolean bool
|
|
public
mixed
|
#
getValue( string $value )
Returns the given value.
Parameters
Returns
mixed mixed
|
|
public static
integer
|
#
count( boolean $ignoreOfflines = false )
Counts the clangs.
Parameters
Returns
integer int
|
|
public static
int[]
|
#
getAllIds( boolean $ignoreOfflines = false )
Returns an array of all clang ids.
Returns an array of all clang ids.
Parameters
Returns
int[] int[]
|
|
public static
self[]
|
#
getAll( boolean $ignoreOfflines = false )
Returns an array of all clangs.
Returns an array of all clangs.
Parameters
Returns
self[] self[]
|
|
public static
|
#
reset( )
Resets the intern cache of this class.
Resets the intern cache of this class.
|
|