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];
    }