Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Added fluent inteface to prepend and set method. Zend\View\Container\AbstractContainer #2671

Closed
wants to merge 2 commits into from

Conversation

starJammer
Copy link

I ran into an issue doing the following.

$this->headTitle()->prepend( 'stuff' )->setSeparator( ':::' );

The prepend method wasn't returning $this. I added that and also added it to the set method right above it.

@ghost ghost assigned weierophinney Oct 4, 2012
weierophinney added a commit to zendframework/zend-view that referenced this pull request May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants