public function setSchema(SchemaInterface $schema = null) { $this->schema = $schema ?: new ActiveDirectory(); return $this; }