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

creating() public static méthode

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