| @@ 1950-1953 (lines=4) @@ | ||
| 1947 | ||
| 1948 | $pod =& $this; |
|
| 1949 | ||
| 1950 | if ( null === $id ) { |
|
| 1951 | $id = $this->id(); |
|
| 1952 | // @codingStandardsIgnoreLine. |
|
| 1953 | } elseif ( $id != $this->id() ) { |
|
| 1954 | $pod = pods( $this->pod, $id ); |
|
| 1955 | } |
|
| 1956 | ||
| @@ 2030-2033 (lines=4) @@ | ||
| 2027 | ||
| 2028 | $pod =& $this; |
|
| 2029 | ||
| 2030 | if ( null === $id ) { |
|
| 2031 | $id = $this->id(); |
|
| 2032 | // @codingStandardsIgnoreLine. |
|
| 2033 | } elseif ( $id != $this->id() ) { |
|
| 2034 | $pod = pods( $this->pod, $id ); |
|
| 2035 | } |
|
| 2036 | ||