lithium\console\command\Create::_init PHP Метод

_init() защищенный Метод

Class initializer. Parses template and sets up params that need to be filled.
protected _init ( ) : void
Результат void
    protected function _init()
    {
        parent::_init();
        $this->library = $this->library ?: true;
        $defaults = array('prefix' => null, 'path' => null);
        $this->_library = (array) Libraries::get($this->library) + $defaults;
    }