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 BaseAnalysisQuery

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

ModelCriteria
Extended by cli_db\propel\om\BaseAnalysisQuery

Direct known subclasses

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

Initializes internal state of BaseAnalysisQuery object.

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

Returns a new AnalysisQuery object.

Returns a new AnalysisQuery object.

Parameters

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

Returns

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

Throws

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

Throws

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

Filter the query on the analysis_id column

Filter the query on the analysis_id column

Example usage:

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

Parameters

$analysisId
mixed
$analysisId 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\AnalysisQuery
The current query, for fluid interface
public cli_db\propel\AnalysisQuery
# 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\AnalysisQuery
The current query, for fluid interface
public cli_db\propel\AnalysisQuery
# filterByDescription( string $description = null, string $comparison = null )

Filter the query on the description column

Filter the query on the description column

Example usage:

$query->filterByDescription('fooValue');   // WHERE description = 'fooValue'
$query->filterByDescription('%fooValue%'); // WHERE description LIKE '%fooValue%'

Parameters

$description
string
$description 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\AnalysisQuery
The current query, for fluid interface
public cli_db\propel\AnalysisQuery
# filterByProgram( string $program = null, string $comparison = null )

Filter the query on the program column

Filter the query on the program column

Example usage:

$query->filterByProgram('fooValue');   // WHERE program = 'fooValue'
$query->filterByProgram('%fooValue%'); // WHERE program LIKE '%fooValue%'

Parameters

$program
string
$program 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\AnalysisQuery
The current query, for fluid interface
public cli_db\propel\AnalysisQuery
# filterByProgramversion( string $programversion = null, string $comparison = null )

Filter the query on the programversion column

Filter the query on the programversion column

Example usage:

$query->filterByProgramversion('fooValue');   // WHERE programversion = 'fooValue'
$query->filterByProgramversion('%fooValue%'); // WHERE programversion LIKE '%fooValue%'

Parameters

$programversion
string
$programversion 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\AnalysisQuery
The current query, for fluid interface
public cli_db\propel\AnalysisQuery
# filterByAlgorithm( string $algorithm = null, string $comparison = null )

Filter the query on the algorithm column

Filter the query on the algorithm column

Example usage:

$query->filterByAlgorithm('fooValue');   // WHERE algorithm = 'fooValue'
$query->filterByAlgorithm('%fooValue%'); // WHERE algorithm LIKE '%fooValue%'

Parameters

$algorithm
string
$algorithm 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\AnalysisQuery
The current query, for fluid interface
public cli_db\propel\AnalysisQuery
# filterBySourcename( string $sourcename = null, string $comparison = null )

Filter the query on the sourcename column

Filter the query on the sourcename column

Example usage:

$query->filterBySourcename('fooValue');   // WHERE sourcename = 'fooValue'
$query->filterBySourcename('%fooValue%'); // WHERE sourcename LIKE '%fooValue%'

Parameters

$sourcename
string
$sourcename 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\AnalysisQuery
The current query, for fluid interface
public cli_db\propel\AnalysisQuery
# filterBySourceversion( string $sourceversion = null, string $comparison = null )

Filter the query on the sourceversion column

Filter the query on the sourceversion column

Example usage:

$query->filterBySourceversion('fooValue');   // WHERE sourceversion = 'fooValue'
$query->filterBySourceversion('%fooValue%'); // WHERE sourceversion LIKE '%fooValue%'

Parameters

$sourceversion
string
$sourceversion 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\AnalysisQuery
The current query, for fluid interface
public cli_db\propel\AnalysisQuery
# filterBySourceuri( string $sourceuri = null, string $comparison = null )

Filter the query on the sourceuri column

Filter the query on the sourceuri column

Example usage:

$query->filterBySourceuri('fooValue');   // WHERE sourceuri = 'fooValue'
$query->filterBySourceuri('%fooValue%'); // WHERE sourceuri LIKE '%fooValue%'

Parameters

$sourceuri
string
$sourceuri 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\AnalysisQuery
The current query, for fluid interface
public cli_db\propel\AnalysisQuery
# filterByTimeexecuted( mixed $timeexecuted = null, string $comparison = null )

Filter the query on the timeexecuted column

Filter the query on the timeexecuted column

Example usage:

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

Parameters

$timeexecuted
mixed
$timeexecuted 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\AnalysisQuery
The current query, for fluid interface
public cli_db\propel\AnalysisQuery
# filterByQuantification( cli_db\propel\Quantification|PropelObjectCollection $quantification, string $comparison = null )

Filter the query by a related Quantification object

Filter the query by a related Quantification object

Parameters

$quantification
cli_db\propel\Quantification|PropelObjectCollection
$quantification 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\AnalysisQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the Quantification relation

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

Use the Quantification relation Quantification object

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

See

useQuery()
public cli_db\propel\AnalysisQuery
# prune( cli_db\propel\Analysis $analysis = null )

Exclude object from result

Exclude object from result

Parameters

$analysis
cli_db\propel\Analysis
$analysis Object to remove from the list of results

Returns

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

Order by the analysis_id column

Order by the analysis_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\AnalysisQuery
public cli_db\propel\AnalysisQuery
# 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\AnalysisQuery
public cli_db\propel\AnalysisQuery
# orderByDescription( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the description column

Order by the description column

Parameters

$order
mixed
$order

Returns

cli_db\propel\AnalysisQuery
public cli_db\propel\AnalysisQuery
# orderByProgram( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the program column

Order by the program column

Parameters

$order
mixed
$order

Returns

cli_db\propel\AnalysisQuery
public cli_db\propel\AnalysisQuery
# orderByProgramversion( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the programversion column

Order by the programversion column

Parameters

$order
mixed
$order

Returns

cli_db\propel\AnalysisQuery
public cli_db\propel\AnalysisQuery
# orderByAlgorithm( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the algorithm column

Order by the algorithm column

Parameters

$order
mixed
$order

Returns

cli_db\propel\AnalysisQuery
public cli_db\propel\AnalysisQuery
# orderBySourcename( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the sourcename column

Order by the sourcename column

Parameters

$order
mixed
$order

Returns

cli_db\propel\AnalysisQuery
public cli_db\propel\AnalysisQuery
# orderBySourceversion( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the sourceversion column

Order by the sourceversion column

Parameters

$order
mixed
$order

Returns

cli_db\propel\AnalysisQuery
public cli_db\propel\AnalysisQuery
# orderBySourceuri( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the sourceuri column

Order by the sourceuri column

Parameters

$order
mixed
$order

Returns

cli_db\propel\AnalysisQuery
public cli_db\propel\AnalysisQuery
# orderByTimeexecuted( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the timeexecuted column

Order by the timeexecuted column

Parameters

$order
mixed
$order

Returns

cli_db\propel\AnalysisQuery
public cli_db\propel\AnalysisQuery
# groupByAnalysisId( )

Group by the analysis_id column

Group by the analysis_id column

Returns

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

Group by the name column

Group by the name column

Returns

cli_db\propel\AnalysisQuery
public cli_db\propel\AnalysisQuery
# groupByDescription( )

Group by the description column

Group by the description column

Returns

cli_db\propel\AnalysisQuery
public cli_db\propel\AnalysisQuery
# groupByProgram( )

Group by the program column

Group by the program column

Returns

cli_db\propel\AnalysisQuery
public cli_db\propel\AnalysisQuery
# groupByProgramversion( )

Group by the programversion column

Group by the programversion column

Returns

cli_db\propel\AnalysisQuery
public cli_db\propel\AnalysisQuery
# groupByAlgorithm( )

Group by the algorithm column

Group by the algorithm column

Returns

cli_db\propel\AnalysisQuery
public cli_db\propel\AnalysisQuery
# groupBySourcename( )

Group by the sourcename column

Group by the sourcename column

Returns

cli_db\propel\AnalysisQuery
public cli_db\propel\AnalysisQuery
# groupBySourceversion( )

Group by the sourceversion column

Group by the sourceversion column

Returns

cli_db\propel\AnalysisQuery
public cli_db\propel\AnalysisQuery
# groupBySourceuri( )

Group by the sourceuri column

Group by the sourceuri column

Returns

cli_db\propel\AnalysisQuery
public cli_db\propel\AnalysisQuery
# groupByTimeexecuted( )

Group by the timeexecuted column

Group by the timeexecuted column

Returns

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

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\AnalysisQuery
public cli_db\propel\AnalysisQuery
# rightJoinQuantification( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\AnalysisQuery
public cli_db\propel\AnalysisQuery
# innerJoinQuantification( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\AnalysisQuery
public cli_db\propel\Analysis
# findOne( PropelPDO $con = null )

Return the first Analysis matching the query

Return the first Analysis matching the query

Parameters

$con
PropelPDO
$con

Returns

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

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

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

Parameters

$con
PropelPDO
$con

Returns

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

Return the first Analysis filtered by the name column

Return the first Analysis filtered by the name column

Parameters

$name
string
$name

Returns

cli_db\propel\Analysis
public cli_db\propel\Analysis
# findOneByDescription( string $description = )

Return the first Analysis filtered by the description column

Return the first Analysis filtered by the description column

Parameters

$description
string
$description

Returns

cli_db\propel\Analysis
public cli_db\propel\Analysis
# findOneByProgram( string $program = )

Return the first Analysis filtered by the program column

Return the first Analysis filtered by the program column

Parameters

$program
string
$program

Returns

cli_db\propel\Analysis
public cli_db\propel\Analysis
# findOneByProgramversion( string $programversion = )

Return the first Analysis filtered by the programversion column

Return the first Analysis filtered by the programversion column

Parameters

$programversion
string
$programversion

Returns

cli_db\propel\Analysis
public cli_db\propel\Analysis
# findOneByAlgorithm( string $algorithm = )

Return the first Analysis filtered by the algorithm column

Return the first Analysis filtered by the algorithm column

Parameters

$algorithm
string
$algorithm

Returns

cli_db\propel\Analysis
public cli_db\propel\Analysis
# findOneBySourcename( string $sourcename = )

Return the first Analysis filtered by the sourcename column

Return the first Analysis filtered by the sourcename column

Parameters

$sourcename
string
$sourcename

Returns

cli_db\propel\Analysis
public cli_db\propel\Analysis
# findOneBySourceversion( string $sourceversion = )

Return the first Analysis filtered by the sourceversion column

Return the first Analysis filtered by the sourceversion column

Parameters

$sourceversion
string
$sourceversion

Returns

cli_db\propel\Analysis
public cli_db\propel\Analysis
# findOneBySourceuri( string $sourceuri = )

Return the first Analysis filtered by the sourceuri column

Return the first Analysis filtered by the sourceuri column

Parameters

$sourceuri
string
$sourceuri

Returns

cli_db\propel\Analysis
public cli_db\propel\Analysis
# findOneByTimeexecuted( string $timeexecuted = )

Return the first Analysis filtered by the timeexecuted column

Return the first Analysis filtered by the timeexecuted column

Parameters

$timeexecuted
string
$timeexecuted

Returns

cli_db\propel\Analysis
public array
# findByAnalysisId( integer $analysis_id = )

Return Analysis objects filtered by the analysis_id column

Return Analysis objects filtered by the analysis_id column

Parameters

$analysis_id
integer
$analysis_id

Returns

array
public array
# findByName( string $name = )

Return Analysis objects filtered by the name column

Return Analysis objects filtered by the name column

Parameters

$name
string
$name

Returns

array
public array
# findByDescription( string $description = )

Return Analysis objects filtered by the description column

Return Analysis objects filtered by the description column

Parameters

$description
string
$description

Returns

array
public array
# findByProgram( string $program = )

Return Analysis objects filtered by the program column

Return Analysis objects filtered by the program column

Parameters

$program
string
$program

Returns

array
public array
# findByProgramversion( string $programversion = )

Return Analysis objects filtered by the programversion column

Return Analysis objects filtered by the programversion column

Parameters

$programversion
string
$programversion

Returns

array
public array
# findByAlgorithm( string $algorithm = )

Return Analysis objects filtered by the algorithm column

Return Analysis objects filtered by the algorithm column

Parameters

$algorithm
string
$algorithm

Returns

array
public array
# findBySourcename( string $sourcename = )

Return Analysis objects filtered by the sourcename column

Return Analysis objects filtered by the sourcename column

Parameters

$sourcename
string
$sourcename

Returns

array
public array
# findBySourceversion( string $sourceversion = )

Return Analysis objects filtered by the sourceversion column

Return Analysis objects filtered by the sourceversion column

Parameters

$sourceversion
string
$sourceversion

Returns

array
public array
# findBySourceuri( string $sourceuri = )

Return Analysis objects filtered by the sourceuri column

Return Analysis objects filtered by the sourceuri column

Parameters

$sourceuri
string
$sourceuri

Returns

array
public array
# findByTimeexecuted( string $timeexecuted = )

Return Analysis objects filtered by the timeexecuted column

Return Analysis objects filtered by the timeexecuted column

Parameters

$timeexecuted
string
$timeexecuted

Returns

array
tbro API documentation generated by ApiGen 2.8.0