Source

						public function __construct($all = false) {
		if ($all) {
			return true;
		}

		return false;
	}