xhp_hphpdoc__classlike_table
Renders a summary table of classes.
class
xhp_hphpdoc__classlike_table
extends xhp_x__element
implements HasXHPHelpers
use XHPHelpers
use Producer
- Copyright
- 2016 Appertly
- License
- Apache-2.0
Static Properties
Name | Type | Summary |
---|---|---|
$primitives | ImmSet <string > | |
$thisy | ImmSet <string > |
Instance Methods
Returns | Signature and Description |
---|---|
string | getFilename ( )Cleans up a filename. |
Page | getPage ( )Gets a page builder. |
bool | isPrimitive ( )Gets whether the provided type is primitive. |
bool | isThisy ( )Gets whether the provided typehint refers to |
bool | isVoid ( )Gets whether the provided typehint is void. |
XHPRoot | render () |
Property Details
$primitives
Inherited from Producer
ImmSet
<string
>
$primitives
$thisy
Inherited from Producer
ImmSet
<string
>
$thisy
Method Details
getFilename
Inherited from Producer
getFilename
(ScannedBase
$c
)Cleans up a filename.
Name | Type | Description |
---|---|---|
$c | ScannedBase | The scanned token |
Type | Description |
---|---|
string | The cleaned up filename |
getPage
Inherited from Producer
getPage
(string
$title
)Gets a page builder.
Name | Type | Description |
---|---|---|
$title | string | The page title |
Type | Description |
---|---|
Page | The page builder |
isPrimitive
Inherited from Producer
isPrimitive
(string
$type
)Gets whether the provided type is primitive.
Name | Type | Description |
---|---|---|
$type | string | The type to test |
Type | Description |
---|---|
bool |
|
isThisy
Inherited from Producer
isThisy
(?
ScannedTypehint
$type
)Gets whether the provided typehint refers to $this
Name | Type | Description |
---|---|---|
$type | ? ScannedTypehint | The typehint to test |
Type | Description |
---|---|
bool |
|
isVoid
Inherited from Producer
isVoid
(?
ScannedTypehint
$type
)Gets whether the provided typehint is void.
Name | Type | Description |
---|---|---|
$type | ? ScannedTypehint | The typehint to test |
Type | Description |
---|---|
bool |
|
render
render
()Type | Description |
---|---|
XHPRoot |