Comment move
This commit is contained in:
parent
ede41cb569
commit
5b3fb56fbc
@ -91,7 +91,6 @@ class Pieces extends WsScore
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Liste des bilans disponible au format image
|
* Liste des bilans disponible au format image
|
||||||
* @todo : Code Saisie + Date saisie
|
|
||||||
* @param string $identifiant
|
* @param string $identifiant
|
||||||
* @param int $position
|
* @param int $position
|
||||||
* @param int $nbRep
|
* @param int $nbRep
|
||||||
@ -100,6 +99,8 @@ class Pieces extends WsScore
|
|||||||
*/
|
*/
|
||||||
public function getBilans($identifiant, $position = 0, $nbRep = 200)
|
public function getBilans($identifiant, $position = 0, $nbRep = 200)
|
||||||
{
|
{
|
||||||
|
// @todo : Code Saisie + Date saisie
|
||||||
|
|
||||||
$this->authenticate();
|
$this->authenticate();
|
||||||
|
|
||||||
if ( empty($position) ) {
|
if ( empty($position) ) {
|
||||||
|
@ -61,7 +61,7 @@ class Bilan
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @var unknown
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $SaisieCode;
|
public $SaisieCode;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user