Parkour\Functor\AlwaysTrue::__invoke PHP Method

__invoke() public method

This function is always true
public __invoke ( ) : boolean
return boolean true
    public function __invoke()
    {
        return true;
    }
AlwaysTrue