Contao\Picture::setImportantPart PHP Метод

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

Set the important part settings
public setImportantPart ( array $importantPart = null )
$importantPart array The settings array
    public function setImportantPart(array $importantPart = null)
    {
        $this->image->setImportantPart($importantPart);
        return $this;
    }