WP_Ooyala_Backlot::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $args )
    public function __construct($args)
    {
        $this->partner_code = $args['partner_code'];
        $this->api_key = $args['api_key'];
        $this->api_secret = $args['api_secret'];
    }