Phue\Condition::__construct PHP Method

__construct() public method

Construct a condition object
public __construct ( stdClass $condition = null )
$condition stdClass Condition attributes
    public function __construct(\stdClass $condition = null)
    {
        $condition !== null && $this->import($condition);
    }