PhpOffice\PhpPresentation\Shape\Placeholder::__construct PHP Method

__construct() public method

Placeholder constructor.
public __construct ( $type )
$type
    public function __construct($type)
    {
        $this->type = $type;
        return $this;
    }