Api\StructType\ApiBannerInfo::__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 ) : ApiBannerInfo
$array array the exported values
리턴 ApiBannerInfo
    public static function __set_state(array $array)
    {
        return parent::__set_state($array);
    }