<?php class StuffChangeSet { /** * @param Something|NoSomething|null $newValue * Pass null to leave the existing persisted value, * an instance of Something to set a new value, * an instance of NoSomething to set it to "not specified" */ function changeSomething($newValue = null){ $this->newValue = $newValue; } }
You have javascript disabled. You will not be able to edit any code.