Newscoop\Entity\Webcode::__construct PHP Метод

__construct() публичный Метод

public __construct ( string $webcode, Newscoop\Entity\Article $article )
$webcode string
$article Newscoop\Entity\Article
    public function __construct($webcode, $article)
    {
        $this->webcode = (string) $webcode;
        $this->article = $article;
    }