PFinal\Wechat\Message\Video::__construct PHP 메소드

__construct() 공개 메소드

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;
    }