Cake\Shell\Task\ExtractTask::_isExtractingApp PHP Method

_isExtractingApp() protected method

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
return boolean
    protected function _isExtractingApp()
    {
        return $this->_paths === [APP];
    }