PhpPeg\Pending::set PHP Method

set() public method

public set ( $what, $val = TRUE )
    function set($what, $val = TRUE)
    {
        $this->what = $what;
        $this->val = $val;
    }