Property | Type | Description | |
---|---|---|---|
$data | array | Parser data. |
Method | Description | |
---|---|---|
__construct ( $request ) : void | Create new Parser instance. | |
getParse ( ) : string | Parse template specification. | |
getTemplate ( ) : string | Get Template. | |
plural ( ) : string | Get the entity name plural. | |
singular ( ) : string | Get the entity name singular. |
public __construct ( $request ) : void | ||
return | void |