Cake\Shell\Task\ExtractTask::_isExtractingApp PHP Метод

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

Returns whether this execution is meant to extract string only from directories in folder represented by the APP constant, i.e. this task is extracting strings from same application.
protected _isExtractingApp ( ) : boolean
Результат boolean
    protected function _isExtractingApp()
    {
        return $this->_paths === [APP];
    }