Neos\Neos\TypoScript\ImageUriImplementation::getMaximumHeight PHP Method

getMaximumHeight() public method

MaximumHeight
public getMaximumHeight ( ) : integer
return integer
    public function getMaximumHeight()
    {
        return $this->tsValue('maximumHeight');
    }