MenaraSolutions\Geographer\Traits\HasManager::setStandard PHP Method

setStandard() public method

public setStandard ( string $standard )
$standard string
    public function setStandard($standard)
    {
        $this->manager->setStandard($standard);
        $this->members = null;
        return $this;
    }