LMongo\Eloquent\Model::creating PHP Method

creating() public static method

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