
    /**
     * %s
%s     *
     * @return array
     */
    public function %s(%s)
    {
        return $this->call('%s', [
%s        ]);
    }
