<?php namespace S\; class { /** * $www object. */ protected $www; /** * Constructor. */ public function __construct(\S\\Interfaces\WwwRepositoryInterface $www) { $this->www = $www; } /** * Returns count of . * * @param array $filter * * @return int */ public function count() { return 0; } }