Neos\Neos\TypoScript\ImageUriImplementation::getAllowCropping PHP Метод

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

AllowCropping
public getAllowCropping ( ) : boolean
Результат boolean
    public function getAllowCropping()
    {
        return $this->tsValue('allowCropping');
    }