PFinal\Wechat\Message\Video::__construct PHP Method

__construct() public method

public __construct ( $mediaId, $thumbMediaId = null, $title = null, $description = null )
    public function __construct($mediaId, $thumbMediaId = null, $title = null, $description = null)
    {
        if (!is_array($mediaId)) {
            $mediaId = compact(array('mediaId', 'thumbMediaId', 'title', 'description'));
        }
        $this->attributes = $mediaId;
    }