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