X::__invoke PHP Method

__invoke() public method

public __invoke ( )
    function __invoke()
    {
        echo __METHOD__;
    }