XPSPL\SIG::is_child PHP Method

is_child() public method

Determines if the signal is a child of another signal.
public is_child ( ) : boolean
return boolean
    public function is_child()
    {
        return null !== $this->_parent;
    }