PhpOffice\PhpPresentation\Shape\Drawing\Base64::__construct PHP Method

__construct() public method

Base64 constructor.
public __construct ( )
    public function __construct()
    {
        parent::__construct();
        $this->uniqueName = md5(rand(0, 9999) . time() . rand(0, 9999));
    }