예제 #1
0
파일: Base.php 프로젝트: railsphp/framework
 protected static function initAttributeSet()
 {
     $className = get_called_class();
     if (!Attributes::attributesSetFor($className)) {
         Attributes::setClassAttributes($className, static::attributeSet());
     }
 }