App\Traits\Imageable::storeFile PHP Метод

storeFile() публичный Метод

public storeFile ( $filePath )
    public function storeFile($filePath)
    {
        $image = new ImageProcessor($filePath, $this->getMaxDimensions(), $this->getMaxFileSize());
        $image->process();
        $this->_storeFile($image->inputPath, $image->ext());
    }