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