Timber\PostsIterator::current PHP Method

current() public method

public current ( )
    public function current()
    {
        global $post;
        $post = parent::current();
        return $post;
    }
PostsIterator