PHP Class Essence\Cli

Show file Open project: benjamminf/craft-embedded-assets Class Usage Examples

Protected Properties

Property Type Description
$_Essence

Public Methods

Method Description
__construct ( )
_parse ( array $arguments )
process ( array $arguments )

Protected Methods

Method Description
_crawl ( $url )
_extract ( $url )
_help ( )
_maxKeyLength ( array $data )
_print ( $text, $lineBreaks = 1 )
_printArray ( array $data )

Method Details

__construct() public method

public __construct ( )

_crawl() protected method

protected _crawl ( $url )

_extract() protected method

protected _extract ( $url )

_help() protected method

protected _help ( )

_maxKeyLength() protected method

protected _maxKeyLength ( array $data )
$data array

_parse() public method

public _parse ( array $arguments )
$arguments array

_print() protected method

protected _print ( $text, $lineBreaks = 1 )

_printArray() protected method

protected _printArray ( array $data )
$data array

process() public method

public process ( array $arguments )
$arguments array

Property Details

$_Essence protected property

protected $_Essence