Module::boot PHP Méthode

boot() public static méthode

called once when Post is first used
public static boot ( )
    public static function boot()
    {
        // there is some logic in this method, so don't forget this!
        parent::boot();
    }