PHPDaemon\Structures\ObjectStorage::getFirst PHP Method

getFirst() public method

Returns first object
public getFirst ( ) : object
return object
    public function getFirst()
    {
        $this->rewind();
        return $this->current();
    }