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

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

Create a new \PhpOffice\PhpPresentation\Shape\Chart\Axis instance
public __construct ( string $title = 'Axis Title' )
$title string Title
    public function __construct($title = 'Axis Title')
    {
        $this->title = $title;
        $this->font = new Font();
    }