Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
Nov. 13, 2013, 9:12 a.m.
FORMAT:
Text only
SIZE:
505 Bytes
Raw
Download
Tweet
HITS:
3165
Go to comments
Report
$profilo->getSeguaci()->filter(function($entry) {
var_dump($entry->getSeguito()->getUtente()->getLocked() !== 1);
});
var_dump($profilo->getSeguaci());
/**
* Get seguaci
*
* @return DoctrineCommonCollectionsCollection
*/
public function getSeguaci() {
$this->seguaci->filter(function($entry) {
return $entry->getSeguito()->getUtente()->getLocked() !== 0;
});
return $this->seguaci;
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus