| @@ 122-132 (lines=11) @@ | ||
| 119 | * |
|
| 120 | * @return string |
|
| 121 | */ |
|
| 122 | protected function getFullPath($name = null) |
|
| 123 | {
|
|
| 124 | if( empty($name) ) |
|
| 125 | {
|
|
| 126 | return $this->getPath() . $this->name; |
|
| 127 | } |
|
| 128 | else |
|
| 129 | {
|
|
| 130 | return $this->getPath() . $name . '_' . $this->name; |
|
| 131 | } |
|
| 132 | } |
|
| 133 | } |
|
| @@ 144-154 (lines=11) @@ | ||
| 141 | * |
|
| 142 | * @return string |
|
| 143 | */ |
|
| 144 | protected function getFullPath($name = null) |
|
| 145 | {
|
|
| 146 | if( empty($name) ) |
|
| 147 | {
|
|
| 148 | return $this->getPath() . $this->name; |
|
| 149 | } |
|
| 150 | else |
|
| 151 | {
|
|
| 152 | return $this->getPath() . $name . '_' . $this->name; |
|
| 153 | } |
|
| 154 | } |
|
| 155 | } |
|