Networking\InitCmsBundle\Model\Page::setLocale PHP Метод

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

public setLocale ( string $locale )
$locale string
    public function setLocale($locale)
    {
        $this->locale = $locale;
        return $this;
    }
Page