Craft\ImageResizerTask::getTotalSteps PHP Method

getTotalSteps() public method

public getTotalSteps ( )
    public function getTotalSteps()
    {
        $this->_assets = $this->getSettings()->assets;
        $this->_imageWidth = $this->getSettings()->imageWidth;
        $this->_imageHeight = $this->getSettings()->imageHeight;
        return count($this->_assets);
    }