PhpOffice\PhpPresentation\Shape\RichText\Paragraph::__construct PHP Метод

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

Create a new \PhpOffice\PhpPresentation\Shape\RichText\Paragraph instance
public __construct ( )
    public function __construct()
    {
        // Initialise variables
        $this->richTextElements = array();
        $this->alignment = new Alignment();
        $this->font = new Font();
        $this->bulletStyle = new Bullet();
    }