Kdyby\Translation\TemplateHelpers::loader PHP Method

loader() public method

Deprecation:
public loader ( $method )
    public function loader($method)
    {
        if (method_exists($this, $method) && strtolower($method) !== 'register') {
            return [$this, $method];
        }
    }