Closed GoogleCodeExporter closed 9 years ago
Errrrrr, should work better this way :
public function count()
{
if (null === $this->items)
{
return 1;
}
return count($this->items);
}
Original comment by x.cour...@gmail.com
on 10 Oct 2011 at 11:15
Hi,
Where are you seeing a Countable interface in apiModel?
Original comment by chirags@google.com
on 11 Oct 2011 at 12:33
This is not done but I guess it should be something nice to implement ... ! :-)
Original comment by x.cour...@gmail.com
on 11 Oct 2011 at 12:37
Please reopen if this is still valuable for you.
Original comment by ianbar...@google.com
on 22 Mar 2013 at 1:38
Original issue reported on code.google.com by
x.cour...@gmail.com
on 10 Oct 2011 at 11:11