Table2::getState1 PHP Method

getState1() public method

public getState1 ( )
    public function getState1()
    {
        if (is_null($this->_state1)) {
            $this->fetchResultsFor('state1');
        }
        return $this->_state1;
    }