TippingCanoe\Imager\Processing\Crop::setSection PHP Метод

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

public setSection ( string $section )
$section string
    public function setSection($section)
    {
        $this->section = $section;
        throw new \Exception('Not yet implemented!');
    }