SelvinOrtiz\Zit\Zit::__call PHP Method

__call() public method

public __call ( $id, $args = [] )
    public function __call($id, $args = array())
    {
        return $this->pop($id, $args);
    }