PhpOffice\PhpPresentation\Shape\Drawing\Base64::__construct PHP Méthode

__construct() public méthode

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