LMongo\Eloquent\Model::creating PHP 메소드

creating() 공개 정적인 메소드

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