Anons79 Mini Shell

Directory : /home/proudlyafrican/public_html/vendor/nikic/php-parser/lib/PhpParser/Node/
Upload File :
Current File : /home/proudlyafrican/public_html/vendor/nikic/php-parser/lib/PhpParser/Node/FunctionLike.php

<?php

namespace PhpParser\Node;

use PhpParser\Node;

interface FunctionLike extends Node
{
    /**
     * Whether to return by reference
     *
     * @return bool
     */
    public function returnsByRef();

    /**
     * List of parameters
     *
     * @return Node\Param[]
     */
    public function getParams();

    /**
     * Get the declared return type or null
     * 
     * @return null|string|Node\Name|Node\NullableType
     */
    public function getReturnType();

    /**
     * The function body
     *
     * @return Node\Stmt[]
     */
    public function getStmts();
}

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]