Lines Matching refs:years
534 $years = (int) ($age / self::DAYS_IN_YEAR);
535 $this->fillYData($years, 0, 1, $x_axis, $z_axis, $ydata);
545 $years = (int) ($age / self::DAYS_IN_YEAR);
546 $this->fillYData($years, $sex, 1, $x_axis, $z_axis, $ydata);
559 $years = (int) ($age / self::DAYS_IN_YEAR);
560 … $this->fillYData($years, $boundary, 1, $x_axis, $z_axis, $ydata);
597 $years = (int) ($row->age / self::DAYS_IN_YEAR);
598 $this->fillYData($years, 0, 1, $x_axis, $z_axis, $ydata);
607 $years = (int) ($row->age / self::DAYS_IN_YEAR);
608 $this->fillYData($years, $sex, 1, $x_axis, $z_axis, $ydata);
621 $years = (int) ($row->age / self::DAYS_IN_YEAR);
622 … $this->fillYData($years, $boundary, 1, $x_axis, $z_axis, $ydata);
660 $years = (int) ($row->age / self::DAYS_IN_YEAR);
661 $this->fillYData($years, 0, 1, $x_axis, $z_axis, $ydata);
674 $years = (int) ($row->age / self::DAYS_IN_YEAR);
675 $this->fillYData($years, $sex, 1, $x_axis, $z_axis, $ydata);
692 $years = (int) ($row->age / self::DAYS_IN_YEAR);
693 … $this->fillYData($years, $boundary, 1, $x_axis, $z_axis, $ydata);