LMongo\Eloquent\Model::created PHP Méthode

created() public static méthode

Register a created model event with the dispatcher.
public static created ( Closur\Closure | string $callback ) : void
$callback Closur\Closure | string
Résultat void
    public static function created($callback)
    {
        static::registerModelEvent('created', $callback);
    }
Model