/** * Set the ID and connection point of the object where the line begins * * UML - Realizes somehow 'begins' at the interface class... * * @param string id The diagram object ID * @param int connpoint default 0 The connection point of the object */ public function beginAt($id, $connpoint = 0) { parent::endAt($id, $connpoint); }
/** * Set the ID and connection point of the object where the line ends * * @param string id The diagram object ID * @param int connpoint default 4 The connection point of the object */ public function endAt($id, $connpoint = 4) { parent::endAt($id, $connpoint); }