Example #1
0
 static function fromDatabaseModel($value, array $extra, ITable $model)
 {
     if (is_int($value)) {
         return new static($value);
     }
     return parent::fromSQL($value);
 }