LMongo\Eloquent\Model::created PHP Метод

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

Register a created model event with the dispatcher.
public static created ( Closur\Closure | string $callback ) : void
$callback Closur\Closure | string
Результат void
    public static function created($callback)
    {
        static::registerModelEvent('created', $callback);
    }
Model