PhpOffice\PhpPresentation\Shape\Chart\PlotArea::__construct PHP Метод

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

Create a new \PhpOffice\PhpPresentation\Shape\Chart\PlotArea instance
public __construct ( )
    public function __construct()
    {
        $this->type = null;
        $this->axisX = new Axis();
        $this->axisY = new Axis();
    }