public function setSecondProperty()

in workshop/02_Editing/07_Rearrange_Reformat/7.1_Rearrange_Reformat.php [66:69]


    public function setSecondProperty($secondProperty)
    {
        $this->_secondProperty = $secondProperty;
    }