Question::getMaxAttempts()

null|int getMaxAttempts() Gets the maximum number of attempts. Null means an unlimited number of attempts. Return Value null|int

Question::isHidden()

bool isHidden() Returns whether the user response must be hidden. Return Value bool

Question::isHiddenFallback()

bool isHiddenFallback() In case the response can not be hidden, whether to fallback on non-hidden question or not. Return Value bool

Question::getDefault()

mixed getDefault() Returns the default answer. Return Value mixed

Question::getAutocompleterValues()

null|array|Traversable getAutocompleterValues() Gets values for the autocompleter. Return Value null|array|Traversable

Question

class Question Represents a Question. Methods __construct(string $question, mixed $default = null) Constructor. string getQuestion() Returns the question. mixed getDefault() Returns the default answer. bool isHidden() Returns whether the user response must be hidden. Question setHidden(bool $hidden) Sets whether the user response must be hidden or not. bool isHiddenFallback() In case the response can not be hidden, whether to fallback on non-hidden question or no

QueryInterface

interface QueryInterface Constants DEREF_NEVER DEREF_SEARCHING DEREF_FINDING DEREF_ALWAYS Methods CollectionInterface|Entry[] execute() Executes a query and returns the list of Ldap entries. Details CollectionInterface|Entry[] execute() Executes a query and returns the list of Ldap entries. Return Value CollectionInterface|Entry[]

Query

class Query extends AbstractQuery Methods __construct(ConnectionInterface $connection, $dn, $query, array $options = array()) __destruct() CollectionInterface|Entry[] execute() Executes a query and returns the list of Ldap entries. resource getResource() Returns a LDAP search resource. Details __construct(ConnectionInterface $connection, $dn, $query, array $options = array()) Parameters ConnectionInterface $connection $dn $q

Query::execute()

CollectionInterface|Entry[] execute() Executes a query and returns the list of Ldap entries. Return Value CollectionInterface|Entry[]

Query::getResource()

resource getResource() Returns a LDAP search resource. Return Value resource