Api\StructType\ApiVideoRequest::__set_state PHP Метод

__set_state() публичный статический метод

Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values
См. также: AbstractStructBase::__set_state()
public static __set_state ( array $array ) : ApiVideoRequest
$array array the exported values
Результат ApiVideoRequest
    public static function __set_state(array $array)
    {
        return parent::__set_state($array);
    }