Overview

Namespaces

  • cli_db
    • propel
      • map
      • om
  • cli_import
  • LoggedPDO
  • None
  • PHP
  • webservices
    • cart
    • combisearch
    • details
      • annotations
        • feature
    • graphs
      • barplot
      • genome
    • listing
    • queue

Classes

  • BaseAcquisition
  • BaseAcquisitionPeer
  • BaseAcquisitionQuery
  • BaseAnalysis
  • BaseAnalysisPeer
  • BaseAnalysisQuery
  • BaseAssay
  • BaseAssayBiomaterial
  • BaseAssayBiomaterialPeer
  • BaseAssayBiomaterialQuery
  • BaseAssayPeer
  • BaseAssayQuery
  • BaseBiomaterial
  • BaseBiomaterialPeer
  • BaseBiomaterialprop
  • BaseBiomaterialpropPeer
  • BaseBiomaterialpropQuery
  • BaseBiomaterialQuery
  • BaseBiomaterialRelationship
  • BaseBiomaterialRelationshipPeer
  • BaseBiomaterialRelationshipQuery
  • BaseContact
  • BaseContactPeer
  • BaseContactQuery
  • BaseCv
  • BaseCvPeer
  • BaseCvQuery
  • BaseCvterm
  • BaseCvtermPeer
  • BaseCvtermQuery
  • BaseDb
  • BaseDbPeer
  • BaseDbQuery
  • BaseDbxref
  • BaseDbxrefPeer
  • BaseDbxrefQuery
  • BaseFeature
  • BaseFeatureCvterm
  • BaseFeatureCvtermDbxref
  • BaseFeatureCvtermDbxrefPeer
  • BaseFeatureCvtermDbxrefQuery
  • BaseFeatureCvtermPeer
  • BaseFeatureCvtermprop
  • BaseFeatureCvtermpropPeer
  • BaseFeatureCvtermpropQuery
  • BaseFeatureCvtermPub
  • BaseFeatureCvtermPubPeer
  • BaseFeatureCvtermPubQuery
  • BaseFeatureCvtermQuery
  • BaseFeatureDbxref
  • BaseFeatureDbxrefPeer
  • BaseFeatureDbxrefQuery
  • BaseFeaturePeer
  • BaseFeaturePub
  • BaseFeaturePubPeer
  • BaseFeaturePubQuery
  • BaseFeatureQuery
  • BaseFeatureSynonym
  • BaseFeatureSynonymPeer
  • BaseFeatureSynonymQuery
  • BaseOrganism
  • BaseOrganismPeer
  • BaseOrganismQuery
  • BaseProtocol
  • BaseProtocolPeer
  • BaseProtocolQuery
  • BasePub
  • BasePubauthor
  • BasePubauthorPeer
  • BasePubauthorQuery
  • BasePubDbxref
  • BasePubDbxrefPeer
  • BasePubDbxrefQuery
  • BasePubPeer
  • BasePubprop
  • BasePubpropPeer
  • BasePubpropQuery
  • BasePubQuery
  • BasePubRelationship
  • BasePubRelationshipPeer
  • BasePubRelationshipQuery
  • BaseQuantification
  • BaseQuantificationPeer
  • BaseQuantificationQuery
  • BaseSynonym
  • BaseSynonymPeer
  • BaseSynonymQuery
  • Overview
  • Namespace
  • Class
  • Tree

Class BaseFeatureQuery

Base class that represents a query for the 'feature' table.

ModelCriteria
Extended by cli_db\propel\om\BaseFeatureQuery

Direct known subclasses

cli_db\propel\FeatureQuery
Abstract
Namespace: cli_db\propel\om
Package: propel\generator\cli\db\om
Located at src/cli/db/propel-classes/cli_db/om/BaseFeatureQuery.php
Methods summary
public
# __construct( string $dbName = 'cli_db', string $modelName = 'cli_db\\propel\\Feature', string $modelAlias = null )

Initializes internal state of BaseFeatureQuery object.

Initializes internal state of BaseFeatureQuery object.

Parameters

$dbName
string
$dbName The dabase name
$modelName
string
$modelName The phpName of a model, e.g. 'Book'
$modelAlias
string
$modelAlias The alias for the model in this query, e.g. 'b'
public static cli_db\propel\FeatureQuery
# create( string $modelAlias = null, cli_db\propel\FeatureQuery|Criteria $criteria = null )

Returns a new FeatureQuery object.

Returns a new FeatureQuery object.

Parameters

$modelAlias
string
$modelAlias The alias of a model in the query
$criteria
cli_db\propel\FeatureQuery|Criteria
$criteria Optional Criteria to build the query from

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\Feature|cli_db\propel\Feature[]|mixed
# findPk( mixed $key, PropelPDO $con = null )

Find object by primary key. Propel uses the instance pool to skip the database if the object exists. Go fast if the query is untouched.

Find object by primary key. Propel uses the instance pool to skip the database if the object exists. Go fast if the query is untouched.

$obj  = $c->findPk(12, $con);

Parameters

$key
mixed
$key Primary key to use for the query
$con
PropelPDO
$con an optional connection object

Returns

cli_db\propel\Feature|cli_db\propel\Feature[]|mixed
the result, formatted by the current formatter
public cli_db\propel\Feature
# findOneByFeatureId( mixed $key, PropelPDO $con = null )

Alias of findPk to use instance pooling

Alias of findPk to use instance pooling

Parameters

$key
mixed
$key Primary key to use for the query
$con
PropelPDO
$con A connection object

Returns

cli_db\propel\Feature
A model object, or null if the key is not found

Throws

PropelException
protected cli_db\propel\Feature
# findPkSimple( mixed $key, PropelPDO $con )

Find object by primary key using raw SQL to go fast. Bypass doSelect() and the object formatter by using generated code.

Find object by primary key using raw SQL to go fast. Bypass doSelect() and the object formatter by using generated code.

Parameters

$key
mixed
$key Primary key to use for the query
$con
PropelPDO
$con A connection object

Returns

cli_db\propel\Feature
A model object, or null if the key is not found

Throws

PropelException
protected cli_db\propel\Feature|cli_db\propel\Feature[]|mixed
# findPkComplex( mixed $key, PropelPDO $con )

Find object by primary key.

Find object by primary key.

Parameters

$key
mixed
$key Primary key to use for the query
$con
PropelPDO
$con A connection object

Returns

cli_db\propel\Feature|cli_db\propel\Feature[]|mixed
the result, formatted by the current formatter
public PropelObjectCollection|cli_db\propel\Feature[]|mixed
# findPks( array $keys, PropelPDO $con = null )

Find objects by primary key

$objs = $c->findPks(array(12, 56, 832), $con);

Find objects by primary key

$objs = $c->findPks(array(12, 56, 832), $con);

Parameters

$keys
array
$keys Primary keys to use for the query
$con
PropelPDO
$con an optional connection object

Returns

PropelObjectCollection|cli_db\propel\Feature[]|mixed
the list of results, formatted by the current formatter
public cli_db\propel\FeatureQuery
# filterByPrimaryKey( mixed $key )

Filter the query by primary key

Filter the query by primary key

Parameters

$key
mixed
$key Primary key to use for the query

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface
public cli_db\propel\FeatureQuery
# filterByPrimaryKeys( array $keys )

Filter the query by a list of primary keys

Filter the query by a list of primary keys

Parameters

$keys
array
$keys The list of primary key to use for the query

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface
public cli_db\propel\FeatureQuery
# filterByFeatureId( mixed $featureId = null, string $comparison = null )

Filter the query on the feature_id column

Filter the query on the feature_id column

Example usage:

$query->filterByFeatureId(1234); // WHERE feature_id = 1234
$query->filterByFeatureId(array(12, 34)); // WHERE feature_id IN (12, 34)
$query->filterByFeatureId(array('min' => 12)); // WHERE feature_id >= 12
$query->filterByFeatureId(array('max' => 12)); // WHERE feature_id <= 12

Parameters

$featureId
mixed
$featureId The value to use as filter. Use scalar values for equality. Use array values for in_array() equivalent. Use associative array('min' => $minValue, 'max' => $maxValue) for intervals.
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface
public cli_db\propel\FeatureQuery
# filterByDbxrefId( mixed $dbxrefId = null, string $comparison = null )

Filter the query on the dbxref_id column

Filter the query on the dbxref_id column

Example usage:

$query->filterByDbxrefId(1234); // WHERE dbxref_id = 1234
$query->filterByDbxrefId(array(12, 34)); // WHERE dbxref_id IN (12, 34)
$query->filterByDbxrefId(array('min' => 12)); // WHERE dbxref_id >= 12
$query->filterByDbxrefId(array('max' => 12)); // WHERE dbxref_id <= 12

Parameters

$dbxrefId
mixed
$dbxrefId The value to use as filter. Use scalar values for equality. Use array values for in_array() equivalent. Use associative array('min' => $minValue, 'max' => $maxValue) for intervals.
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface

See

cli_db\propel\om\BaseFeatureQuery::filterByDbxref()
public cli_db\propel\FeatureQuery
# filterByOrganismId( mixed $organismId = null, string $comparison = null )

Filter the query on the organism_id column

Filter the query on the organism_id column

Example usage:

$query->filterByOrganismId(1234); // WHERE organism_id = 1234
$query->filterByOrganismId(array(12, 34)); // WHERE organism_id IN (12, 34)
$query->filterByOrganismId(array('min' => 12)); // WHERE organism_id >= 12
$query->filterByOrganismId(array('max' => 12)); // WHERE organism_id <= 12

Parameters

$organismId
mixed
$organismId The value to use as filter. Use scalar values for equality. Use array values for in_array() equivalent. Use associative array('min' => $minValue, 'max' => $maxValue) for intervals.
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface

See

cli_db\propel\om\BaseFeatureQuery::filterByOrganism()
public cli_db\propel\FeatureQuery
# filterByName( string $name = null, string $comparison = null )

Filter the query on the name column

Filter the query on the name column

Example usage:

$query->filterByName('fooValue');   // WHERE name = 'fooValue'
$query->filterByName('%fooValue%'); // WHERE name LIKE '%fooValue%'

Parameters

$name
string
$name The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface
public cli_db\propel\FeatureQuery
# filterByUniquename( string $uniquename = null, string $comparison = null )

Filter the query on the uniquename column

Filter the query on the uniquename column

Example usage:

$query->filterByUniquename('fooValue');   // WHERE uniquename = 'fooValue'
$query->filterByUniquename('%fooValue%'); // WHERE uniquename LIKE '%fooValue%'

Parameters

$uniquename
string
$uniquename The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface
public cli_db\propel\FeatureQuery
# filterByResidues( string $residues = null, string $comparison = null )

Filter the query on the residues column

Filter the query on the residues column

Example usage:

$query->filterByResidues('fooValue');   // WHERE residues = 'fooValue'
$query->filterByResidues('%fooValue%'); // WHERE residues LIKE '%fooValue%'

Parameters

$residues
string
$residues The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface
public cli_db\propel\FeatureQuery
# filterBySeqlen( mixed $seqlen = null, string $comparison = null )

Filter the query on the seqlen column

Filter the query on the seqlen column

Example usage:

$query->filterBySeqlen(1234); // WHERE seqlen = 1234
$query->filterBySeqlen(array(12, 34)); // WHERE seqlen IN (12, 34)
$query->filterBySeqlen(array('min' => 12)); // WHERE seqlen >= 12
$query->filterBySeqlen(array('max' => 12)); // WHERE seqlen <= 12

Parameters

$seqlen
mixed
$seqlen The value to use as filter. Use scalar values for equality. Use array values for in_array() equivalent. Use associative array('min' => $minValue, 'max' => $maxValue) for intervals.
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface
public cli_db\propel\FeatureQuery
# filterByMd5checksum( string $md5checksum = null, string $comparison = null )

Filter the query on the md5checksum column

Filter the query on the md5checksum column

Example usage:

$query->filterByMd5checksum('fooValue');   // WHERE md5checksum = 'fooValue'
$query->filterByMd5checksum('%fooValue%'); // WHERE md5checksum LIKE '%fooValue%'

Parameters

$md5checksum
string
$md5checksum The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface
public cli_db\propel\FeatureQuery
# filterByTypeId( mixed $typeId = null, string $comparison = null )

Filter the query on the type_id column

Filter the query on the type_id column

Example usage:

$query->filterByTypeId(1234); // WHERE type_id = 1234
$query->filterByTypeId(array(12, 34)); // WHERE type_id IN (12, 34)
$query->filterByTypeId(array('min' => 12)); // WHERE type_id >= 12
$query->filterByTypeId(array('max' => 12)); // WHERE type_id <= 12

Parameters

$typeId
mixed
$typeId The value to use as filter. Use scalar values for equality. Use array values for in_array() equivalent. Use associative array('min' => $minValue, 'max' => $maxValue) for intervals.
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface

See

cli_db\propel\om\BaseFeatureQuery::filterByCvterm()
public cli_db\propel\FeatureQuery
# filterByIsAnalysis( boolean|string $isAnalysis = null, string $comparison = null )

Filter the query on the is_analysis column

Filter the query on the is_analysis column

Example usage:

$query->filterByIsAnalysis(true); // WHERE is_analysis = true
$query->filterByIsAnalysis('yes'); // WHERE is_analysis = true

Parameters

$isAnalysis
boolean|string
$isAnalysis The value to use as filter. Non-boolean arguments are converted using the following rules: * 1, '1', 'true', 'on', and 'yes' are converted to boolean true * 0, '0', 'false', 'off', and 'no' are converted to boolean false Check on string values is case insensitive (so 'FaLsE' is seen as 'false').
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface
public cli_db\propel\FeatureQuery
# filterByIsObsolete( boolean|string $isObsolete = null, string $comparison = null )

Filter the query on the is_obsolete column

Filter the query on the is_obsolete column

Example usage:

$query->filterByIsObsolete(true); // WHERE is_obsolete = true
$query->filterByIsObsolete('yes'); // WHERE is_obsolete = true

Parameters

$isObsolete
boolean|string
$isObsolete The value to use as filter. Non-boolean arguments are converted using the following rules: * 1, '1', 'true', 'on', and 'yes' are converted to boolean true * 0, '0', 'false', 'off', and 'no' are converted to boolean false Check on string values is case insensitive (so 'FaLsE' is seen as 'false').
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface
public cli_db\propel\FeatureQuery
# filterByTimeaccessioned( mixed $timeaccessioned = null, string $comparison = null )

Filter the query on the timeaccessioned column

Filter the query on the timeaccessioned column

Example usage:

$query->filterByTimeaccessioned('2011-03-14'); // WHERE timeaccessioned = '2011-03-14'
$query->filterByTimeaccessioned('now'); // WHERE timeaccessioned = '2011-03-14'
$query->filterByTimeaccessioned(array('max' => 'yesterday')); // WHERE timeaccessioned > '2011-03-13'

Parameters

$timeaccessioned
mixed
$timeaccessioned The value to use as filter. Values can be integers (unix timestamps), DateTime objects, or strings. Empty strings are treated as NULL. Use scalar values for equality. Use array values for in_array() equivalent. Use associative array('min' => $minValue, 'max' => $maxValue) for intervals.
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface
public cli_db\propel\FeatureQuery
# filterByTimelastmodified( mixed $timelastmodified = null, string $comparison = null )

Filter the query on the timelastmodified column

Filter the query on the timelastmodified column

Example usage:

$query->filterByTimelastmodified('2011-03-14'); // WHERE timelastmodified = '2011-03-14'
$query->filterByTimelastmodified('now'); // WHERE timelastmodified = '2011-03-14'
$query->filterByTimelastmodified(array('max' => 'yesterday')); // WHERE timelastmodified > '2011-03-13'

Parameters

$timelastmodified
mixed
$timelastmodified The value to use as filter. Values can be integers (unix timestamps), DateTime objects, or strings. Empty strings are treated as NULL. Use scalar values for equality. Use array values for in_array() equivalent. Use associative array('min' => $minValue, 'max' => $maxValue) for intervals.
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface
public cli_db\propel\FeatureQuery
# filterByDbxref( cli_db\propel\Dbxref|PropelObjectCollection $dbxref, string $comparison = null )

Filter the query by a related Dbxref object

Filter the query by a related Dbxref object

Parameters

$dbxref
cli_db\propel\Dbxref|PropelObjectCollection
$dbxref The related object(s) to use as filter
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\FeatureQuery
# joinDbxref( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::LEFT_JOIN )

Adds a JOIN clause to the query using the Dbxref relation

Adds a JOIN clause to the query using the Dbxref relation

Parameters

$relationAlias
string
$relationAlias optional alias for the relation
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface
public cli_db\propel\DbxrefQuery
# useDbxrefQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::LEFT_JOIN )

Use the Dbxref relation Dbxref object

Use the Dbxref relation Dbxref object

Parameters

$relationAlias
string
$relationAlias optional alias for the relation, to be used as main alias in the secondary query
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\DbxrefQuery
A secondary query class using the current class as primary query

See

useQuery()
public cli_db\propel\FeatureQuery
# filterByOrganism( cli_db\propel\Organism|PropelObjectCollection $organism, string $comparison = null )

Filter the query by a related Organism object

Filter the query by a related Organism object

Parameters

$organism
cli_db\propel\Organism|PropelObjectCollection
$organism The related object(s) to use as filter
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\FeatureQuery
# joinOrganism( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Adds a JOIN clause to the query using the Organism relation

Adds a JOIN clause to the query using the Organism relation

Parameters

$relationAlias
string
$relationAlias optional alias for the relation
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface
public cli_db\propel\OrganismQuery
# useOrganismQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Use the Organism relation Organism object

Use the Organism relation Organism object

Parameters

$relationAlias
string
$relationAlias optional alias for the relation, to be used as main alias in the secondary query
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\OrganismQuery
A secondary query class using the current class as primary query

See

useQuery()
public cli_db\propel\FeatureQuery
# filterByCvterm( cli_db\propel\Cvterm|PropelObjectCollection $cvterm, string $comparison = null )

Filter the query by a related Cvterm object

Filter the query by a related Cvterm object

Parameters

$cvterm
cli_db\propel\Cvterm|PropelObjectCollection
$cvterm The related object(s) to use as filter
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\FeatureQuery
# joinCvterm( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Adds a JOIN clause to the query using the Cvterm relation

Adds a JOIN clause to the query using the Cvterm relation

Parameters

$relationAlias
string
$relationAlias optional alias for the relation
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface
public cli_db\propel\CvtermQuery
# useCvtermQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Use the Cvterm relation Cvterm object

Use the Cvterm relation Cvterm object

Parameters

$relationAlias
string
$relationAlias optional alias for the relation, to be used as main alias in the secondary query
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\CvtermQuery
A secondary query class using the current class as primary query

See

useQuery()
public cli_db\propel\FeatureQuery
# filterByFeatureCvterm( cli_db\propel\FeatureCvterm|PropelObjectCollection $featureCvterm, string $comparison = null )

Filter the query by a related FeatureCvterm object

Filter the query by a related FeatureCvterm object

Parameters

$featureCvterm
cli_db\propel\FeatureCvterm|PropelObjectCollection
$featureCvterm the related object to use as filter
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\FeatureQuery
# joinFeatureCvterm( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Adds a JOIN clause to the query using the FeatureCvterm relation

Adds a JOIN clause to the query using the FeatureCvterm relation

Parameters

$relationAlias
string
$relationAlias optional alias for the relation
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface
public cli_db\propel\FeatureCvtermQuery
# useFeatureCvtermQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Use the FeatureCvterm relation FeatureCvterm object

Use the FeatureCvterm relation FeatureCvterm object

Parameters

$relationAlias
string
$relationAlias optional alias for the relation, to be used as main alias in the secondary query
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\FeatureCvtermQuery
A secondary query class using the current class as primary query

See

useQuery()
public cli_db\propel\FeatureQuery
# filterByFeatureDbxref( cli_db\propel\FeatureDbxref|PropelObjectCollection $featureDbxref, string $comparison = null )

Filter the query by a related FeatureDbxref object

Filter the query by a related FeatureDbxref object

Parameters

$featureDbxref
cli_db\propel\FeatureDbxref|PropelObjectCollection
$featureDbxref the related object to use as filter
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\FeatureQuery
# joinFeatureDbxref( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Adds a JOIN clause to the query using the FeatureDbxref relation

Adds a JOIN clause to the query using the FeatureDbxref relation

Parameters

$relationAlias
string
$relationAlias optional alias for the relation
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface
public cli_db\propel\FeatureDbxrefQuery
# useFeatureDbxrefQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Use the FeatureDbxref relation FeatureDbxref object

Use the FeatureDbxref relation FeatureDbxref object

Parameters

$relationAlias
string
$relationAlias optional alias for the relation, to be used as main alias in the secondary query
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\FeatureDbxrefQuery
A secondary query class using the current class as primary query

See

useQuery()
public cli_db\propel\FeatureQuery
# filterByFeaturePub( cli_db\propel\FeaturePub|PropelObjectCollection $featurePub, string $comparison = null )

Filter the query by a related FeaturePub object

Filter the query by a related FeaturePub object

Parameters

$featurePub
cli_db\propel\FeaturePub|PropelObjectCollection
$featurePub the related object to use as filter
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\FeatureQuery
# joinFeaturePub( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Adds a JOIN clause to the query using the FeaturePub relation

Adds a JOIN clause to the query using the FeaturePub relation

Parameters

$relationAlias
string
$relationAlias optional alias for the relation
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface
public cli_db\propel\FeaturePubQuery
# useFeaturePubQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Use the FeaturePub relation FeaturePub object

Use the FeaturePub relation FeaturePub object

Parameters

$relationAlias
string
$relationAlias optional alias for the relation, to be used as main alias in the secondary query
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\FeaturePubQuery
A secondary query class using the current class as primary query

See

useQuery()
public cli_db\propel\FeatureQuery
# filterByFeatureSynonym( cli_db\propel\FeatureSynonym|PropelObjectCollection $featureSynonym, string $comparison = null )

Filter the query by a related FeatureSynonym object

Filter the query by a related FeatureSynonym object

Parameters

$featureSynonym
cli_db\propel\FeatureSynonym|PropelObjectCollection
$featureSynonym the related object to use as filter
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\FeatureQuery
# joinFeatureSynonym( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Adds a JOIN clause to the query using the FeatureSynonym relation

Adds a JOIN clause to the query using the FeatureSynonym relation

Parameters

$relationAlias
string
$relationAlias optional alias for the relation
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface
public cli_db\propel\FeatureSynonymQuery
# useFeatureSynonymQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Use the FeatureSynonym relation FeatureSynonym object

Use the FeatureSynonym relation FeatureSynonym object

Parameters

$relationAlias
string
$relationAlias optional alias for the relation, to be used as main alias in the secondary query
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\FeatureSynonymQuery
A secondary query class using the current class as primary query

See

useQuery()
public cli_db\propel\FeatureQuery
# prune( cli_db\propel\Feature $feature = null )

Exclude object from result

Exclude object from result

Parameters

$feature
cli_db\propel\Feature
$feature Object to remove from the list of results

Returns

cli_db\propel\FeatureQuery
The current query, for fluid interface
Magic methods summary
public cli_db\propel\FeatureQuery
# orderByFeatureId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the feature_id column

Order by the feature_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# orderByDbxrefId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the dbxref_id column

Order by the dbxref_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# orderByOrganismId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the organism_id column

Order by the organism_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# orderByName( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the name column

Order by the name column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# orderByUniquename( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the uniquename column

Order by the uniquename column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# orderByResidues( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the residues column

Order by the residues column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# orderBySeqlen( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the seqlen column

Order by the seqlen column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# orderByMd5checksum( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the md5checksum column

Order by the md5checksum column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# orderByTypeId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the type_id column

Order by the type_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# orderByIsAnalysis( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the is_analysis column

Order by the is_analysis column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# orderByIsObsolete( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the is_obsolete column

Order by the is_obsolete column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# orderByTimeaccessioned( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the timeaccessioned column

Order by the timeaccessioned column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# orderByTimelastmodified( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the timelastmodified column

Order by the timelastmodified column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# groupByFeatureId( )

Group by the feature_id column

Group by the feature_id column

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# groupByDbxrefId( )

Group by the dbxref_id column

Group by the dbxref_id column

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# groupByOrganismId( )

Group by the organism_id column

Group by the organism_id column

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# groupByName( )

Group by the name column

Group by the name column

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# groupByUniquename( )

Group by the uniquename column

Group by the uniquename column

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# groupByResidues( )

Group by the residues column

Group by the residues column

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# groupBySeqlen( )

Group by the seqlen column

Group by the seqlen column

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# groupByMd5checksum( )

Group by the md5checksum column

Group by the md5checksum column

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# groupByTypeId( )

Group by the type_id column

Group by the type_id column

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# groupByIsAnalysis( )

Group by the is_analysis column

Group by the is_analysis column

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# groupByIsObsolete( )

Group by the is_obsolete column

Group by the is_obsolete column

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# groupByTimeaccessioned( )

Group by the timeaccessioned column

Group by the timeaccessioned column

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# groupByTimelastmodified( )

Group by the timelastmodified column

Group by the timelastmodified column

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# leftJoin( mixed $relation = )

Adds a LEFT JOIN clause to the query

Adds a LEFT JOIN clause to the query

Parameters

$relation
mixed
$relation

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# rightJoin( mixed $relation = )

Adds a RIGHT JOIN clause to the query

Adds a RIGHT JOIN clause to the query

Parameters

$relation
mixed
$relation

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# innerJoin( mixed $relation = )

Adds a INNER JOIN clause to the query

Adds a INNER JOIN clause to the query

Parameters

$relation
mixed
$relation

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# leftJoinDbxref( mixed $relationAlias = null )

Adds a LEFT JOIN clause to the query using the Dbxref relation

Adds a LEFT JOIN clause to the query using the Dbxref relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# rightJoinDbxref( mixed $relationAlias = null )

Adds a RIGHT JOIN clause to the query using the Dbxref relation

Adds a RIGHT JOIN clause to the query using the Dbxref relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# innerJoinDbxref( mixed $relationAlias = null )

Adds a INNER JOIN clause to the query using the Dbxref relation

Adds a INNER JOIN clause to the query using the Dbxref relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# leftJoinOrganism( mixed $relationAlias = null )

Adds a LEFT JOIN clause to the query using the Organism relation

Adds a LEFT JOIN clause to the query using the Organism relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# rightJoinOrganism( mixed $relationAlias = null )

Adds a RIGHT JOIN clause to the query using the Organism relation

Adds a RIGHT JOIN clause to the query using the Organism relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# innerJoinOrganism( mixed $relationAlias = null )

Adds a INNER JOIN clause to the query using the Organism relation

Adds a INNER JOIN clause to the query using the Organism relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# leftJoinCvterm( mixed $relationAlias = null )

Adds a LEFT JOIN clause to the query using the Cvterm relation

Adds a LEFT JOIN clause to the query using the Cvterm relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# rightJoinCvterm( mixed $relationAlias = null )

Adds a RIGHT JOIN clause to the query using the Cvterm relation

Adds a RIGHT JOIN clause to the query using the Cvterm relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# innerJoinCvterm( mixed $relationAlias = null )

Adds a INNER JOIN clause to the query using the Cvterm relation

Adds a INNER JOIN clause to the query using the Cvterm relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# leftJoinFeatureCvterm( mixed $relationAlias = null )

Adds a LEFT JOIN clause to the query using the FeatureCvterm relation

Adds a LEFT JOIN clause to the query using the FeatureCvterm relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# rightJoinFeatureCvterm( mixed $relationAlias = null )

Adds a RIGHT JOIN clause to the query using the FeatureCvterm relation

Adds a RIGHT JOIN clause to the query using the FeatureCvterm relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# innerJoinFeatureCvterm( mixed $relationAlias = null )

Adds a INNER JOIN clause to the query using the FeatureCvterm relation

Adds a INNER JOIN clause to the query using the FeatureCvterm relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# leftJoinFeatureDbxref( mixed $relationAlias = null )

Adds a LEFT JOIN clause to the query using the FeatureDbxref relation

Adds a LEFT JOIN clause to the query using the FeatureDbxref relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# rightJoinFeatureDbxref( mixed $relationAlias = null )

Adds a RIGHT JOIN clause to the query using the FeatureDbxref relation

Adds a RIGHT JOIN clause to the query using the FeatureDbxref relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# innerJoinFeatureDbxref( mixed $relationAlias = null )

Adds a INNER JOIN clause to the query using the FeatureDbxref relation

Adds a INNER JOIN clause to the query using the FeatureDbxref relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# leftJoinFeaturePub( mixed $relationAlias = null )

Adds a LEFT JOIN clause to the query using the FeaturePub relation

Adds a LEFT JOIN clause to the query using the FeaturePub relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# rightJoinFeaturePub( mixed $relationAlias = null )

Adds a RIGHT JOIN clause to the query using the FeaturePub relation

Adds a RIGHT JOIN clause to the query using the FeaturePub relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# innerJoinFeaturePub( mixed $relationAlias = null )

Adds a INNER JOIN clause to the query using the FeaturePub relation

Adds a INNER JOIN clause to the query using the FeaturePub relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# leftJoinFeatureSynonym( mixed $relationAlias = null )

Adds a LEFT JOIN clause to the query using the FeatureSynonym relation

Adds a LEFT JOIN clause to the query using the FeatureSynonym relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# rightJoinFeatureSynonym( mixed $relationAlias = null )

Adds a RIGHT JOIN clause to the query using the FeatureSynonym relation

Adds a RIGHT JOIN clause to the query using the FeatureSynonym relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\FeatureQuery
# innerJoinFeatureSynonym( mixed $relationAlias = null )

Adds a INNER JOIN clause to the query using the FeatureSynonym relation

Adds a INNER JOIN clause to the query using the FeatureSynonym relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureQuery
public cli_db\propel\Feature
# findOne( PropelPDO $con = null )

Return the first Feature matching the query

Return the first Feature matching the query

Parameters

$con
PropelPDO
$con

Returns

cli_db\propel\Feature
public cli_db\propel\Feature
# findOneOrCreate( PropelPDO $con = null )

Return the first Feature matching the query, or a new Feature object populated from the query conditions when no match is found

Return the first Feature matching the query, or a new Feature object populated from the query conditions when no match is found

Parameters

$con
PropelPDO
$con

Returns

cli_db\propel\Feature
public cli_db\propel\Feature
# findOneByDbxrefId( integer $dbxref_id = )

Return the first Feature filtered by the dbxref_id column

Return the first Feature filtered by the dbxref_id column

Parameters

$dbxref_id
integer
$dbxref_id

Returns

cli_db\propel\Feature
public cli_db\propel\Feature
# findOneByOrganismId( integer $organism_id = )

Return the first Feature filtered by the organism_id column

Return the first Feature filtered by the organism_id column

Parameters

$organism_id
integer
$organism_id

Returns

cli_db\propel\Feature
public cli_db\propel\Feature
# findOneByName( string $name = )

Return the first Feature filtered by the name column

Return the first Feature filtered by the name column

Parameters

$name
string
$name

Returns

cli_db\propel\Feature
public cli_db\propel\Feature
# findOneByUniquename( string $uniquename = )

Return the first Feature filtered by the uniquename column

Return the first Feature filtered by the uniquename column

Parameters

$uniquename
string
$uniquename

Returns

cli_db\propel\Feature
public cli_db\propel\Feature
# findOneByResidues( string $residues = )

Return the first Feature filtered by the residues column

Return the first Feature filtered by the residues column

Parameters

$residues
string
$residues

Returns

cli_db\propel\Feature
public cli_db\propel\Feature
# findOneBySeqlen( integer $seqlen = )

Return the first Feature filtered by the seqlen column

Return the first Feature filtered by the seqlen column

Parameters

$seqlen
integer
$seqlen

Returns

cli_db\propel\Feature
public cli_db\propel\Feature
# findOneByMd5checksum( string $md5checksum = )

Return the first Feature filtered by the md5checksum column

Return the first Feature filtered by the md5checksum column

Parameters

$md5checksum
string
$md5checksum

Returns

cli_db\propel\Feature
public cli_db\propel\Feature
# findOneByTypeId( integer $type_id = )

Return the first Feature filtered by the type_id column

Return the first Feature filtered by the type_id column

Parameters

$type_id
integer
$type_id

Returns

cli_db\propel\Feature
public cli_db\propel\Feature
# findOneByIsAnalysis( boolean $is_analysis = )

Return the first Feature filtered by the is_analysis column

Return the first Feature filtered by the is_analysis column

Parameters

$is_analysis
boolean
$is_analysis

Returns

cli_db\propel\Feature
public cli_db\propel\Feature
# findOneByIsObsolete( boolean $is_obsolete = )

Return the first Feature filtered by the is_obsolete column

Return the first Feature filtered by the is_obsolete column

Parameters

$is_obsolete
boolean
$is_obsolete

Returns

cli_db\propel\Feature
public cli_db\propel\Feature
# findOneByTimeaccessioned( string $timeaccessioned = )

Return the first Feature filtered by the timeaccessioned column

Return the first Feature filtered by the timeaccessioned column

Parameters

$timeaccessioned
string
$timeaccessioned

Returns

cli_db\propel\Feature
public cli_db\propel\Feature
# findOneByTimelastmodified( string $timelastmodified = )

Return the first Feature filtered by the timelastmodified column

Return the first Feature filtered by the timelastmodified column

Parameters

$timelastmodified
string
$timelastmodified

Returns

cli_db\propel\Feature
public array
# findByFeatureId( integer $feature_id = )

Return Feature objects filtered by the feature_id column

Return Feature objects filtered by the feature_id column

Parameters

$feature_id
integer
$feature_id

Returns

array
public array
# findByDbxrefId( integer $dbxref_id = )

Return Feature objects filtered by the dbxref_id column

Return Feature objects filtered by the dbxref_id column

Parameters

$dbxref_id
integer
$dbxref_id

Returns

array
public array
# findByOrganismId( integer $organism_id = )

Return Feature objects filtered by the organism_id column

Return Feature objects filtered by the organism_id column

Parameters

$organism_id
integer
$organism_id

Returns

array
public array
# findByName( string $name = )

Return Feature objects filtered by the name column

Return Feature objects filtered by the name column

Parameters

$name
string
$name

Returns

array
public array
# findByUniquename( string $uniquename = )

Return Feature objects filtered by the uniquename column

Return Feature objects filtered by the uniquename column

Parameters

$uniquename
string
$uniquename

Returns

array
public array
# findByResidues( string $residues = )

Return Feature objects filtered by the residues column

Return Feature objects filtered by the residues column

Parameters

$residues
string
$residues

Returns

array
public array
# findBySeqlen( integer $seqlen = )

Return Feature objects filtered by the seqlen column

Return Feature objects filtered by the seqlen column

Parameters

$seqlen
integer
$seqlen

Returns

array
public array
# findByMd5checksum( string $md5checksum = )

Return Feature objects filtered by the md5checksum column

Return Feature objects filtered by the md5checksum column

Parameters

$md5checksum
string
$md5checksum

Returns

array
public array
# findByTypeId( integer $type_id = )

Return Feature objects filtered by the type_id column

Return Feature objects filtered by the type_id column

Parameters

$type_id
integer
$type_id

Returns

array
public array
# findByIsAnalysis( boolean $is_analysis = )

Return Feature objects filtered by the is_analysis column

Return Feature objects filtered by the is_analysis column

Parameters

$is_analysis
boolean
$is_analysis

Returns

array
public array
# findByIsObsolete( boolean $is_obsolete = )

Return Feature objects filtered by the is_obsolete column

Return Feature objects filtered by the is_obsolete column

Parameters

$is_obsolete
boolean
$is_obsolete

Returns

array
public array
# findByTimeaccessioned( string $timeaccessioned = )

Return Feature objects filtered by the timeaccessioned column

Return Feature objects filtered by the timeaccessioned column

Parameters

$timeaccessioned
string
$timeaccessioned

Returns

array
public array
# findByTimelastmodified( string $timelastmodified = )

Return Feature objects filtered by the timelastmodified column

Return Feature objects filtered by the timelastmodified column

Parameters

$timelastmodified
string
$timelastmodified

Returns

array
tbro API documentation generated by ApiGen 2.8.0