Networking\InitCmsBundle\Model\Page::setLocale PHP Method

setLocale() public method

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