Exemplo n.º 1
0
 /**
  * @param string $str
  * @return self
  */
 public function setMyComment($str)
 {
     $this->comment = Utils\String::substr($str, 255);
     return $this;
 }
Exemplo n.º 2
0
 /**
  *
  * @param string $str
  * @return self
  */
 public function setRemittanceInfo4($str)
 {
     $this->remittanceInfo4 = Utils\String::substr($str, 35);
     return $this;
 }
Exemplo n.º 3
0
 /**
  * @param string $str
  * @return self
  */
 public function setMessage($str)
 {
     $this->messageForRecipient = Utils\String::substr($str, 140);
     return $this;
 }