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 BaseAssayBiomaterialQuery

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

ModelCriteria
Extended by cli_db\propel\om\BaseAssayBiomaterialQuery

Direct known subclasses

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

Initializes internal state of BaseAssayBiomaterialQuery object.

Initializes internal state of BaseAssayBiomaterialQuery 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\AssayBiomaterialQuery
# create( string $modelAlias = null, cli_db\propel\AssayBiomaterialQuery|Criteria $criteria = null )

Returns a new AssayBiomaterialQuery object.

Returns a new AssayBiomaterialQuery object.

Parameters

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

Returns

cli_db\propel\AssayBiomaterialQuery
public cli_db\propel\AssayBiomaterial|cli_db\propel\AssayBiomaterial[]|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\AssayBiomaterial|cli_db\propel\AssayBiomaterial[]|mixed
the result, formatted by the current formatter
public cli_db\propel\AssayBiomaterial
# findOneByAssayBiomaterialId( 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\AssayBiomaterial
A model object, or null if the key is not found

Throws

PropelException
protected cli_db\propel\AssayBiomaterial
# 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\AssayBiomaterial
A model object, or null if the key is not found

Throws

PropelException
protected cli_db\propel\AssayBiomaterial|cli_db\propel\AssayBiomaterial[]|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\AssayBiomaterial|cli_db\propel\AssayBiomaterial[]|mixed
the result, formatted by the current formatter
public PropelObjectCollection|cli_db\propel\AssayBiomaterial[]|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\AssayBiomaterial[]|mixed
the list of results, formatted by the current formatter
public cli_db\propel\AssayBiomaterialQuery
# 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\AssayBiomaterialQuery
The current query, for fluid interface
public cli_db\propel\AssayBiomaterialQuery
# 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\AssayBiomaterialQuery
The current query, for fluid interface
public cli_db\propel\AssayBiomaterialQuery
# filterByAssayBiomaterialId( mixed $assayBiomaterialId = null, string $comparison = null )

Filter the query on the assay_biomaterial_id column

Filter the query on the assay_biomaterial_id column

Example usage:

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

Parameters

$assayBiomaterialId
mixed
$assayBiomaterialId 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\AssayBiomaterialQuery
The current query, for fluid interface
public cli_db\propel\AssayBiomaterialQuery
# filterByAssayId( mixed $assayId = null, string $comparison = null )

Filter the query on the assay_id column

Filter the query on the assay_id column

Example usage:

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

Parameters

$assayId
mixed
$assayId 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\AssayBiomaterialQuery
The current query, for fluid interface

See

cli_db\propel\om\BaseAssayBiomaterialQuery::filterByAssay()
public cli_db\propel\AssayBiomaterialQuery
# filterByBiomaterialId( mixed $biomaterialId = null, string $comparison = null )

Filter the query on the biomaterial_id column

Filter the query on the biomaterial_id column

Example usage:

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

Parameters

$biomaterialId
mixed
$biomaterialId 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\AssayBiomaterialQuery
The current query, for fluid interface

See

cli_db\propel\om\BaseAssayBiomaterialQuery::filterByBiomaterial()
public cli_db\propel\AssayBiomaterialQuery
# filterByChannelId( mixed $channelId = null, string $comparison = null )

Filter the query on the channel_id column

Filter the query on the channel_id column

Example usage:

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

Parameters

$channelId
mixed
$channelId 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\AssayBiomaterialQuery
The current query, for fluid interface
public cli_db\propel\AssayBiomaterialQuery
# filterByRank( mixed $rank = null, string $comparison = null )

Filter the query on the rank column

Filter the query on the rank column

Example usage:

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

Parameters

$rank
mixed
$rank 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\AssayBiomaterialQuery
The current query, for fluid interface
public cli_db\propel\AssayBiomaterialQuery
# filterByAssay( cli_db\propel\Assay|PropelObjectCollection $assay, string $comparison = null )

Filter the query by a related Assay object

Filter the query by a related Assay object

Parameters

$assay
cli_db\propel\Assay|PropelObjectCollection
$assay 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\AssayBiomaterialQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the Assay relation

Adds a JOIN clause to the query using the Assay 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\AssayBiomaterialQuery
The current query, for fluid interface
public cli_db\propel\AssayQuery
# useAssayQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Use the Assay relation Assay object

Use the Assay relation Assay 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\AssayQuery
A secondary query class using the current class as primary query

See

useQuery()
public cli_db\propel\AssayBiomaterialQuery
# filterByBiomaterial( cli_db\propel\Biomaterial|PropelObjectCollection $biomaterial, string $comparison = null )

Filter the query by a related Biomaterial object

Filter the query by a related Biomaterial object

Parameters

$biomaterial
cli_db\propel\Biomaterial|PropelObjectCollection
$biomaterial 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\AssayBiomaterialQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the Biomaterial relation

Adds a JOIN clause to the query using the Biomaterial 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\AssayBiomaterialQuery
The current query, for fluid interface
public cli_db\propel\BiomaterialQuery
# useBiomaterialQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Use the Biomaterial relation Biomaterial object

Use the Biomaterial relation Biomaterial 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\BiomaterialQuery
A secondary query class using the current class as primary query

See

useQuery()
public cli_db\propel\AssayBiomaterialQuery
# prune( cli_db\propel\AssayBiomaterial $assayBiomaterial = null )

Exclude object from result

Exclude object from result

Parameters

$assayBiomaterial
cli_db\propel\AssayBiomaterial
$assayBiomaterial Object to remove from the list of results

Returns

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

Order by the assay_biomaterial_id column

Order by the assay_biomaterial_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\AssayBiomaterialQuery
public cli_db\propel\AssayBiomaterialQuery
# orderByAssayId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the assay_id column

Order by the assay_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\AssayBiomaterialQuery
public cli_db\propel\AssayBiomaterialQuery
# orderByBiomaterialId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the biomaterial_id column

Order by the biomaterial_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\AssayBiomaterialQuery
public cli_db\propel\AssayBiomaterialQuery
# orderByChannelId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the channel_id column

Order by the channel_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\AssayBiomaterialQuery
public cli_db\propel\AssayBiomaterialQuery
# orderByRank( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the rank column

Order by the rank column

Parameters

$order
mixed
$order

Returns

cli_db\propel\AssayBiomaterialQuery
public cli_db\propel\AssayBiomaterialQuery
# groupByAssayBiomaterialId( )

Group by the assay_biomaterial_id column

Group by the assay_biomaterial_id column

Returns

cli_db\propel\AssayBiomaterialQuery
public cli_db\propel\AssayBiomaterialQuery
# groupByAssayId( )

Group by the assay_id column

Group by the assay_id column

Returns

cli_db\propel\AssayBiomaterialQuery
public cli_db\propel\AssayBiomaterialQuery
# groupByBiomaterialId( )

Group by the biomaterial_id column

Group by the biomaterial_id column

Returns

cli_db\propel\AssayBiomaterialQuery
public cli_db\propel\AssayBiomaterialQuery
# groupByChannelId( )

Group by the channel_id column

Group by the channel_id column

Returns

cli_db\propel\AssayBiomaterialQuery
public cli_db\propel\AssayBiomaterialQuery
# groupByRank( )

Group by the rank column

Group by the rank column

Returns

cli_db\propel\AssayBiomaterialQuery
public cli_db\propel\AssayBiomaterialQuery
# 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\AssayBiomaterialQuery
public cli_db\propel\AssayBiomaterialQuery
# 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\AssayBiomaterialQuery
public cli_db\propel\AssayBiomaterialQuery
# 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\AssayBiomaterialQuery
public cli_db\propel\AssayBiomaterialQuery
# leftJoinAssay( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\AssayBiomaterialQuery
public cli_db\propel\AssayBiomaterialQuery
# rightJoinAssay( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\AssayBiomaterialQuery
public cli_db\propel\AssayBiomaterialQuery
# innerJoinAssay( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\AssayBiomaterialQuery
public cli_db\propel\AssayBiomaterialQuery
# leftJoinBiomaterial( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\AssayBiomaterialQuery
public cli_db\propel\AssayBiomaterialQuery
# rightJoinBiomaterial( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\AssayBiomaterialQuery
public cli_db\propel\AssayBiomaterialQuery
# innerJoinBiomaterial( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\AssayBiomaterialQuery
public cli_db\propel\AssayBiomaterial
# findOne( PropelPDO $con = null )

Return the first AssayBiomaterial matching the query

Return the first AssayBiomaterial matching the query

Parameters

$con
PropelPDO
$con

Returns

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

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

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

Parameters

$con
PropelPDO
$con

Returns

cli_db\propel\AssayBiomaterial
public cli_db\propel\AssayBiomaterial
# findOneByAssayId( integer $assay_id = )

Return the first AssayBiomaterial filtered by the assay_id column

Return the first AssayBiomaterial filtered by the assay_id column

Parameters

$assay_id
integer
$assay_id

Returns

cli_db\propel\AssayBiomaterial
public cli_db\propel\AssayBiomaterial
# findOneByBiomaterialId( integer $biomaterial_id = )

Return the first AssayBiomaterial filtered by the biomaterial_id column

Return the first AssayBiomaterial filtered by the biomaterial_id column

Parameters

$biomaterial_id
integer
$biomaterial_id

Returns

cli_db\propel\AssayBiomaterial
public cli_db\propel\AssayBiomaterial
# findOneByChannelId( integer $channel_id = )

Return the first AssayBiomaterial filtered by the channel_id column

Return the first AssayBiomaterial filtered by the channel_id column

Parameters

$channel_id
integer
$channel_id

Returns

cli_db\propel\AssayBiomaterial
public cli_db\propel\AssayBiomaterial
# findOneByRank( integer $rank = )

Return the first AssayBiomaterial filtered by the rank column

Return the first AssayBiomaterial filtered by the rank column

Parameters

$rank
integer
$rank

Returns

cli_db\propel\AssayBiomaterial
public array
# findByAssayBiomaterialId( integer $assay_biomaterial_id = )

Return AssayBiomaterial objects filtered by the assay_biomaterial_id column

Return AssayBiomaterial objects filtered by the assay_biomaterial_id column

Parameters

$assay_biomaterial_id
integer
$assay_biomaterial_id

Returns

array
public array
# findByAssayId( integer $assay_id = )

Return AssayBiomaterial objects filtered by the assay_id column

Return AssayBiomaterial objects filtered by the assay_id column

Parameters

$assay_id
integer
$assay_id

Returns

array
public array
# findByBiomaterialId( integer $biomaterial_id = )

Return AssayBiomaterial objects filtered by the biomaterial_id column

Return AssayBiomaterial objects filtered by the biomaterial_id column

Parameters

$biomaterial_id
integer
$biomaterial_id

Returns

array
public array
# findByChannelId( integer $channel_id = )

Return AssayBiomaterial objects filtered by the channel_id column

Return AssayBiomaterial objects filtered by the channel_id column

Parameters

$channel_id
integer
$channel_id

Returns

array
public array
# findByRank( integer $rank = )

Return AssayBiomaterial objects filtered by the rank column

Return AssayBiomaterial objects filtered by the rank column

Parameters

$rank
integer
$rank

Returns

array
tbro API documentation generated by ApiGen 2.8.0