Sleimanx2\Plastic\Mappings\Creator::firePostCreateHooks PHP Method

firePostCreateHooks() protected method

Fire the registered post create hooks.
protected firePostCreateHooks ( ) : void
return void
    protected function firePostCreateHooks()
    {
        foreach ($this->postCreate as $callback) {
            call_user_func($callback);
        }
    }