shapeCollection[] = $shape; return $this; } /** * @return array */ public function getShapeCollection() { return $this->shapeCollection; } /** * @param array $array * @return Animation */ public function setShapeCollection(array $array = array()) { $this->shapeCollection = $array; return $this; } }