Parkour\Functor::__invoke PHP 메소드

__invoke() 공개 메소드

public __invoke ( $first, $second = null )
    public function __invoke($first, $second = null)
    {
        return $this->invoke($first, $this->hasValue ? $this->value : $second);
    }