Flake\Core\Datastructure\Chain::first PHP Method

first() public method

public first ( )
    function &first()
    {
        $oRes = $this->bottom();
        return $oRes;
    }